rules_go icon indicating copy to clipboard operation
rules_go copied to clipboard

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

Open emilrowland opened this issue 8 months ago • 1 comments

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

emilrowland avatar Apr 17 '25 22:04 emilrowland

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

fmeum avatar Apr 18 '25 02:04 fmeum