Skip to content

Instantly share code, notes, and snippets.

@hytdsh
Created January 14, 2024 13:44
Show Gist options
  • Save hytdsh/960bc5d9ee37125ef215a81f550f954f to your computer and use it in GitHub Desktop.
Save hytdsh/960bc5d9ee37125ef215a81f550f954f to your computer and use it in GitHub Desktop.
VSCode Go lang
The "gopls" command is not available. Run "go install -v golang.org/x/tools/gopls@latest" to install.
Tools environment: GOPATH=/go
Installing 7 tools at /go/bin
  gopls
  gotests
  gomodifytags
  impl
  goplay
  dlv
  staticcheck

Installing golang.org/x/tools/gopls@latest (/go/bin/gopls) 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/haya14busa/goplay/cmd/goplay@v1.0.0 (/go/bin/goplay) SUCCEEDED
Installing github.com/go-delve/delve/cmd/dlv@latest (/go/bin/dlv) SUCCEEDED
Installing honnef.co/go/tools/cmd/staticcheck@latest (/go/bin/staticcheck) SUCCEEDED

All tools successfully installed. You are ready to Go. :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment