From 746d2d5abbda38d2753fe6f54ba242a689404d55 Mon Sep 17 00:00:00 2001 From: andrew Date: Mon, 9 Mar 2020 12:59:19 +0200 Subject: [PATCH] change html --- public/testing | 7 +++---- public/xml | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) 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>...