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