Visual Studio Code Golang
Ctrl+Shift+P
常用插件
go get -u github.com/go-delve/delve/cmd/dlv
github.com/uudashr/gopkgs/v2/cmd/gopkgs
github.com/ramya-rao-a/go-outline
github.com/acroca/go-symbols
golang.org/x/tools/cmd/guru
golang.org/x/tools/cmd/gorename
github.com/cweill/gotests/…
github.com/fatih/gomodifytags
github.com/josharian/impl
github.com/davidrjenni/reftools/cmd/fillstruct
github.com/haya14busa/goplay/cmd/goplay
github.com/godoctor/godoctor
github.com/go-delve/delve/cmd/dlv
github.com/stamblerre/gocode
github.com/rogpeppe/godef
github.com/sqs/goreturns
golang.org/x/lint/golint
学习资源
https://www.zhihu.com/question/23486344
https://github.com/quii/learn-go-with-tests
https://github.com/hoanhan101/ultimate-go
https://studygolang.gitbook.io/learn-go-with-tests/