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")
+}