Skip to content

docs: added note about x/tools when using vet with nogo #4321

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

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

Conversation

emilrowland
Copy link

What type of PR is this?

Documentation

What does this PR do? Why is it needed?
Makes it visible that there is a dependency on golang.org/x/tools.
If golang.org/x/tools is not in the go.mod file, then you get import errors on the standard library when using nogo.

Other notes for review

If golang.org/x/tools is not in the go.mod file, then you get import errors on the standard library when using nogo.
@fmeum
Copy link
Member

fmeum commented Apr 18, 2025

Hmm, this is certainly not the desired behavior. Could you provide steps to reproduce this as well as the error you are seeing?

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.

2 participants