From 68c40f2ab81b535cb8506158ba3cf1201adc4f86 Mon Sep 17 00:00:00 2001 From: factorX7748 <104842063+factorX7748@users.noreply.github.com> Date: Sun, 3 Jul 2022 10:51:57 +0800 Subject: [PATCH] Update math_test.go --- 24_testing/math_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/24_testing/math_test.go b/24_testing/math_test.go index 76b78e7f..6d3589a0 100755 --- a/24_testing/math_test.go +++ b/24_testing/math_test.go @@ -1,5 +1,6 @@ package math +//test import ( "fmt" "testing"