bazelbuild / rules_go

Go rules for Bazel
Apache License 2.0
1.36k stars 635 forks source link

review Go analysis.Pass.Module proposal #3888

Open adonovan opened 3 months ago

adonovan commented 3 months ago

This issue is an invitation to comment on this proposal https://github.com/golang/go/issues/66315 to expose Go module information to analyzers in the Go analysis framework. Build systems such as Bazel that do not use go.mod files directly may need to do extra work to ensure that this information is correctly populated. Please comment on the issue if you foresee any problems.