//目录没 有创建
cd %GOPATH%/src/golang.org/x/
git clone https://github.com/golang/tools.git tools
git clone https://github.com/golang/lint
go get github.com/ramya-rao-a/go-outline
go get github.com/acroca/go-symbols
go get golang.org/x/tools/cmd/guru
go get golang.org/x/tools/cmd/gorename
go get github.com/stamblerre/gocode
go get github.com/ianthehat/godef
go get golang.org/x/lint/golint
cd %GOPATH%/src/github.com/sqs/
git clone https://github.com/sqs/goreturns.git
go get github.com/sqs/goreturns
go get -u github.com/derekparker/delve/cmd/dlv
网友评论