longyu 2 years ago
parent
commit
612ba9e5d1
1 changed files with 7 additions and 0 deletions
  1. 7 0
      controllers/a.go

+ 7 - 0
controllers/a.go

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