Skip to content

Conversation

pa-0
Copy link

@pa-0 pa-0 commented Jun 11, 2024

Replaced a command to install an outdated tool (no longer maintained according to the repository's owner)

go get -u -ldflags -H=windowsgui github.com/nsf/gocode/...

with a command to install the tool recommended as a substitute by the former tool's author, @nsf. (The command as it appears below was copied verbatim from the official instructions provided on the landing page of the gopls tool.)

go install golang.org/x/tools/gopls@latest

Replaced a command to install an outdated tool (no longer maintained according to the repository's owner)

    go get -u -ldflags -H=windowsgui github.com/nsf/gocode/...

with a command to install the tool recommended as a substitute by the former tool's author. (The command as it appears below was copied verbatim from the official instructions provided on the landing page of the gopls tool.)

    go install golang.org/x/tools/gopls@latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant