##Install
go get -u github.com/WitzHsiao/goproj
- Remove
GOPATH
in.bashrc
or.bash_profil
##Usage
Usage of goproj:
Tasks:
goproj init : Initial a go project and set GOPATH to it
goproj get : get all dependencies
goproj here : Set GOPATH to this project
##Package management format
- Using yaml
- Sample:
deps: [
"github.com/WitzHsiao/goproj",
"gopkg.in/yaml.v2"
]
##Reference Inspired by mattn/gom