feat(Go-Tool):修改工程包名

This commit is contained in:
huangzj
2020-04-24 15:37:17 +08:00
parent d9259c4f40
commit 5ec9f3d631
+1 -1
View File
@@ -7,7 +7,7 @@
package main
import (
"GoReflectTool/util"
"Go-Tool/util"
"fmt"
"reflect"
)