美文网首页
解决 VS Code 中 golang.org 被墙导致的 Go

解决 VS Code 中 golang.org 被墙导致的 Go

作者: 佛心看世界 | 来源:发表于2019-03-30 15:36 被阅读0次
    
    //目录没 有创建 
    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
    
    
    

    相关文章

      网友评论

          本文标题:解决 VS Code 中 golang.org 被墙导致的 Go

          本文链接:https://www.haomeiwen.com/subject/aqzjbqtx.html