Luis Figueiredo 8 years ago
commit
f2f6d3ab28
1 changed files with 8 additions and 0 deletions
  1. 8 0
      plugintest.go

+ 8 - 0
plugintest.go

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