/script/create-controller
http://github.com/sut-go/gon · #! · 9 lines · 6 code · 3 blank · 0 comment · 0 complexity · eb24bb18043080f3542abd2061c6c130 MD5 · raw file
- #!/usr/bin/env gorun
- package main
- import "fmt"
- func main() {
- fmt.Printf("create controller\n")
- }