facebook / buck2

Build system, successor to Buck
https://buck2.build/
Apache License 2.0
3.33k stars 194 forks source link

review Go analysis.Pass.Module proposal #604

Open adonovan opened 2 months ago

adonovan commented 2 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 Buck2 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.