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.
- 
+ 
@@ -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 .
|