/script/create-app

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

  1. #!/usr/bin/env gorun
  2. package main
  3. import "os"
  4. func main() {
  5. // 1. accept parameter os.Args
  6. }