longyu 2 年 前
コミット
612ba9e5d1
1 ファイル変更7 行追加0 行削除
  1. 7 0
      controllers/a.go

+ 7 - 0
controllers/a.go

@@ -0,0 +1,7 @@
+package controllers
+
+import "fmt"
+
+func AA() {
+	fmt.Println("aaa")
+}