Vscode Go Install/Update tools

1 개요[ | ]

Vscode Go Install/Update tools
Tools environment: GOPATH=/go
Installing 16 tools at /go/bin in module mode.
  gocode
  go-outline
  go-symbols
  guru
  gorename
  gotests
  gomodifytags
  impl
  fillstruct
  goplay
  godoctor
  dlv
  gocode-gomod
  godef
  goimports
  staticcheck

Installing github.com/mdempsky/gocode@v0.0.0-20200405233807-4acdcbdea79d (/go/bin/gocode) SUCCEEDED
Installing github.com/ramya-rao-a/go-outline@v0.0.0-20210608161538-9736a4bde949 (/go/bin/go-outline) SUCCEEDED
Installing github.com/acroca/go-symbols@v0.1.1 (/go/bin/go-symbols) SUCCEEDED
Installing golang.org/x/tools/cmd/guru@latest (/go/bin/guru) SUCCEEDED
Installing golang.org/x/tools/cmd/gorename@latest (/go/bin/gorename) SUCCEEDED
Installing github.com/cweill/gotests/gotests@v1.6.0 (/go/bin/gotests) SUCCEEDED
Installing github.com/fatih/gomodifytags@v1.16.0 (/go/bin/gomodifytags) SUCCEEDED
Installing github.com/josharian/impl@v1.1.0 (/go/bin/impl) SUCCEEDED
Installing github.com/davidrjenni/reftools/cmd/fillstruct@v0.0.0-20210213085015-40322ffdc2e4 (/go/bin/fillstruct) SUCCEEDED
Installing github.com/haya14busa/goplay/cmd/goplay@v1.0.0 (/go/bin/goplay) SUCCEEDED
Installing github.com/godoctor/godoctor@v0.0.0-20220520165350-b665b8ff3f35 (/go/bin/godoctor) SUCCEEDED
Installing github.com/go-delve/delve/cmd/dlv@latest (/go/bin/dlv) SUCCEEDED
Installing github.com/stamblerre/gocode@v1.0.0 (/go/bin/gocode-gomod) SUCCEEDED
Installing github.com/rogpeppe/godef@v1.1.2 (/go/bin/godef) SUCCEEDED
Installing golang.org/x/tools/cmd/goimports@latest (/go/bin/goimports) SUCCEEDED
Installing honnef.co/go/tools/cmd/staticcheck@latest (/go/bin/staticcheck) SUCCEEDED

All tools successfully installed. You are ready to Go. :)
Tools environment: GOPATH=/root/go
Installing 7 tools at /root/go/bin in module mode.
  gotests
  gomodifytags
  impl
  goplay
  dlv
  staticcheck
  gopls

Installing github.com/cweill/gotests/gotests@latest (/root/go/bin/gotests) SUCCEEDED
Installing github.com/fatih/gomodifytags@latest (/root/go/bin/gomodifytags) SUCCEEDED
Installing github.com/josharian/impl@latest (/root/go/bin/impl) SUCCEEDED
Installing github.com/haya14busa/goplay/cmd/goplay@latest (/root/go/bin/goplay) SUCCEEDED
Installing github.com/go-delve/delve/cmd/dlv@latest (/root/go/bin/dlv) SUCCEEDED
Installing honnef.co/go/tools/cmd/staticcheck@latest (/root/go/bin/staticcheck) SUCCEEDED
Installing golang.org/x/tools/gopls@latest (/root/go/bin/gopls) SUCCEEDED

All tools successfully installed. You are ready to Go. :)

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}