zrufo 5 년 전
부모
커밋
a2a762393e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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"
 }