Skip to content

Instantly share code, notes, and snippets.

@holmeszyx
Created September 22, 2016 14:18
Show Gist options
  • Select an option

  • Save holmeszyx/18897ad6a025228cc7e2adced7e0967c to your computer and use it in GitHub Desktop.

Select an option

Save holmeszyx/18897ad6a025228cc7e2adced7e0967c to your computer and use it in GitHub Desktop.
update tools which depended on vscode go plugin
#!/bin/bash
u="-u"
u=""
go get ${u} -v github.com/nsf/gocode
go get ${u} -v github.com/rogpeppe/godef
go get ${u} -v github.com/golang/lint/golint
go get ${u} -v github.com/lukehoban/go-outline
go get ${u} -v sourcegraph.com/sqs/goreturns
go get ${u} -v golang.org/x/tools/cmd/gorename
go get ${u} -v github.com/tpng/gopkgs
go get ${u} -v github.com/newhook/go-symbols
go get ${u} -v golang.org/x/tools/cmd/guru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment