This website works better with JavaScript
Home
Explore
Help
Sign In
robot
/
hongze_robot
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
aaa
longyu
2 years ago
parent
2756ee8802
commit
612ba9e5d1
1 changed files
with
7 additions
and
0 deletions
Unified View
Show Diff Stats
7
0
controllers/a.go
+ 7
- 0
controllers/a.go
View File
@@ -0,0 +1,7 @@
+package controllers
+
+import "fmt"
+
+func AA() {
+ fmt.Println("aaa")
+}