zrufo 5 years ago
parent
commit
fddff4c2de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.go

+ 1 - 1
index.go

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