a.go 69 B

1234567
  1. package controllers
  2. import "fmt"
  3. func AA() {
  4. fmt.Println("aaa")
  5. }