/script/create-controller

http://github.com/sut-go/gon · #! · 9 lines · 6 code · 3 blank · 0 comment · 0 complexity · eb24bb18043080f3542abd2061c6c130 MD5 · raw file

  1. #!/usr/bin/env gorun
  2. package main
  3. import "fmt"
  4. func main() {
  5. fmt.Printf("create controller\n")
  6. }