使用golang與vscode時需要安裝的package

下面這些packages是使用golang與vscode前要先設定及安裝好的東西。

setx GOPATH <your go installation path>
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-find-references  
go get -u -v sourcegraph.com/sqs/goreturns  
go get -u -v golang.org/x/tools/cmd/gorename  
go get -u -v github.com/derekparker/delve/cmd/dlv  
comments powered by Disqus