Last active
March 19, 2025 10:24
-
-
Save amorist/3ab8f157553ab270ea685e7aadb5113b to your computer and use it in GitHub Desktop.
vscode go install tools https://github.com/Microsoft/vscode-go/blob/master/src/goInstallTools.ts 终端设置代理参照 https://gist.github.com/amorist/8baa491f7099f37d51af967ae20b9b8b
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 -u -v github.com/mdempsky/gocode | |
go get -u -v github.com/stamblerre/gocode | |
go get -u -v github.com/uudashr/gopkgs/cmd/gopkgs | |
go get -u -v github.com/ramya-rao-a/go-outline | |
go get -u -v github.com/acroca/go-symbols | |
go get -u -v golang.org/x/tools/cmd/guru | |
go get -u -v golang.org/x/tools/cmd/gorename | |
go get -u -v github.com/fatih/gomodifytags | |
go get -u -v github.com/haya14busa/goplay/cmd/goplay | |
go get -u -v github.com/josharian/impl | |
go get -u -v github.com/tylerb/gotype-live | |
go get -u -v github.com/rogpeppe/godef | |
go get -u -v github.com/zmb3/gogetdoc | |
go get -u -v golang.org/x/tools/cmd/goimports | |
go get -u -v github.com/sqs/goreturns | |
go get -u -v winterdrache.de/goformat/goformat | |
go get -u -v golang.org/x/lint/golint | |
go get -u -v github.com/cweill/gotests/... | |
go get -u -v github.com/alecthomas/gometalinter | |
go get -u -v honnef.co/go/tools/... | |
go get -u -v github.com/golangci/golangci-lint/cmd/golangci-lint | |
go get -u -v github.com/mgechev/revive | |
go get -u -v github.com/sourcegraph/go-langserver | |
go get -u -v golang.org/x/tools/cmd/gopls | |
go get -u -v github.com/go-delve/delve/cmd/dlv | |
go get -u -v github.com/davidrjenni/reftools/cmd/fillstruct | |
go get -u -v github.com/godoctor/godoctor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment