-
Install Go and set GOROOT, path
-
Set GOPATH
-
Get project
$ go get github.com/hajago/filter $ cd $GOPATH/src/github.com/hajago/filter
-
Install Godep
$ go get github.com/tools/godep
-
Install filter project
$ godep go install $ filter
Install Go and set GOROOT, path
Set GOPATH
Get project
$ go get github.com/hajago/filter
$ cd $GOPATH/src/github.com/hajago/filter
Install Godep
$ go get github.com/tools/godep
Install filter project
$ godep go install
$ filter