Skip to content

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

Notifications You must be signed in to change notification settings

asdfsx/golang_skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages