Skip to content

Instantly share code, notes, and snippets.

@grmartin
Created August 25, 2015 13:40
Show Gist options
  • Save grmartin/62ab31bc06197e0f20d4 to your computer and use it in GitHub Desktop.
Save grmartin/62ab31bc06197e0f20d4 to your computer and use it in GitHub Desktop.
Go Dev Tools
#!/bin/sh
go get github.com/nsf/gocode
go get golang.org/x/tools/cmd/godoc
go get golang.org/x/tools/cmd/vet
go get golang.org/x/tools/cmd/goimports
go get golang.org/x/tools/cmd/gorename
go get golang.org/x/tools/cmd/oracle
go get golang.org/x/tools/cmd/gotype
go get github.com/golang/lint/golint
go get github.com/rogpeppe/godef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment