diff --git a/public/testing b/public/testing index e8a3bc2..385028c 100644 --- a/public/testing +++ b/public/testing @@ -47,7 +47,7 @@ typically lives in the same package as the code it tests.

- +
package main
 
@@ -83,9 +83,8 @@ be named intutils_test.go.

func IntMin(a, b int) int {
     if a < b {
         return a
-    } else {
-        return b
     }
+    return b
 }
 
@@ -232,7 +231,7 @@ when executing go test -v.

diff --git a/public/xml b/public/xml index fb37a00..4c7e048 100644 --- a/public/xml +++ b/public/xml @@ -42,7 +42,7 @@ formats with the encoding.xml package.

- +
package main
 
@@ -281,7 +281,7 @@ to nest all plants under <parent><child>...