/golang_skeleton

a golang project skeleton, using github.com/mitchellh/cli to build a command line tool

Primary LanguageGo

golang_skeleton

how to use:

  1. set enviroment

    GOPATH=/root/gocode
    PATH=$GOPATH/bin:$PATH
    
  2. install godep

    go get github.com/tools/godep
    
  3. download packages

    godep restore
    
  4. add your own command