Luis Figueiredo 8 سال پیش
کامیت
f2f6d3ab28
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      plugintest.go

+ 8 - 0
plugintest.go

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