Luis Figueiredo %!s(int64=8) %!d(string=hai) anos
achega
f2f6d3ab28
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      plugintest.go

+ 8 - 0
plugintest.go

@@ -0,0 +1,8 @@
+package plugintest
+
+import "fmt"
+
+func Hello() {
+
+	fmt.Println("Hello")
+}