zrufo 5 years ago
parent
commit
0903f17fee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      v2/index.go

+ 1 - 1
v2/index.go

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