From 5ec9f3d63177d1ec8d88866c9d26e3c088a07774 Mon Sep 17 00:00:00 2001 From: huangzj Date: Fri, 24 Apr 2020 15:37:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(Go-Tool):=E4=BF=AE=E6=94=B9=E5=B7=A5?= =?UTF-8?q?=E7=A8=8B=E5=8C=85=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MainTest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainTest.go b/MainTest.go index 35ea9d5..62b9971 100644 --- a/MainTest.go +++ b/MainTest.go @@ -7,7 +7,7 @@ package main import ( - "GoReflectTool/util" + "Go-Tool/util" "fmt" "reflect" )