@@ -1,3 +1,3 @@
-module git.beswell.com/zhourui/test_modules/v2
+module git.beswell.com/zhourui/test_modules
go 1.14
@@ -0,0 +1,3 @@
+module git.beswell.com/zhourui/test_modules/v2
+
+go 1.14
@@ -0,0 +1,5 @@
+package test_modules
+func Hello2() string {
+ return "hello"
+}