zrufo il y a 5 ans
Parent
commit
fddff4c2de
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      index.go

+ 1 - 1
index.go

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