Last active
September 14, 2018 03:31
-
-
Save hironobu-s/82fa1cecffd29d550858bcef60e7601c to your computer and use it in GitHub Desktop.
Go initialize
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go get github.com/rogpeppe/godef && | |
go get github.com/mdempsky/gocode && | |
go get golang.org/x/tools/cmd/goimports \ | |
go get github.com/k0kubun/pp \ | |
go get github.com/golang/dep/cmd/dep \ | |
go get github.com/golang/lint | |
mkdir -p ~/go/src/github.com/hironobu-s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment