VS Code Golang环境安装

孤者浪人 提交于 2020-02-09 09:56:37

1)安装gocode

go get -u -v github.com/nsf/gocode


2)安装godef

go get -u -v github.com/rogpeppe/godef


3)安装golint

go get -u -v github.com/golang/lint/golint


4)安装go-find-references

go get -u -v github.com/lukehoban/go-find-references


5)安装go-outline

go get -u -v github.com/lukehoban/go-outline


6)安装goreturns

go get -u -v sourcegraph.com/sqs/goreturns


7)安装gorename

go get -u -v golang.org/x/tools/cmd/gorename

 

8)安装delve

go get -u -v github.com/derekparker/delve/cmd/dlv

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!