Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages