zrufo il y a 5 ans
Parent
commit
a2a762393e
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      go.mod
  2. 1 1
      index.go

+ 1 - 1
go.mod

@@ -1,3 +1,3 @@
-module git.beswell.com/zhourui/test_modules
+module git.beswell.com/zhourui/test_modules/v2
 
 
 go 1.14
 go 1.14

+ 1 - 1
index.go

@@ -1,5 +1,5 @@
 package test_modules
 package test_modules
 
 
-func Hello() string {
+func Hello2() string {
 	return "hello"
 	return "hello"
 }
 }