zrufo hace 5 años
padre
commit
fddff4c2de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      index.go

+ 1 - 1
index.go

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