zrufo 5 年 前
コミット
fddff4c2de
1 ファイル変更1 行追加1 行削除
  1. 1 1
      index.go

+ 1 - 1
index.go

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