zrufo 5 rokov pred
rodič
commit
a2a762393e
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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

+ 1 - 1
index.go

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