Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Getting_Started_for_Windows.md #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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