tools
tools copied to clipboard
go/analysis: add -category=... filter flag to driver commands
The filter accepts a comma-separated list of categories (or categories negated with -) and then only reports diagnostics with categories in that set (or its complement).
Fixes golang/go#72008