Go Analysis Framework: modular static analysis by go team
by AbuAssar on 7/26/2026, 12:21:26 PM
https://pkg.go.dev/golang.org/x/tools/go/analysis
Comments
by: dfasifsaf
Related: <a href="https://stackoverflow.com/q/79454372/63550" rel="nofollow">https://stackoverflow.com/q/79454372/63550</a>
7/26/2026, 2:22:30 PM
by: hoppp
I was just looking for this. Will give it a spin.
7/26/2026, 1:19:26 PM
by: jamescun
This isn't new?<p>You can see it's used by _a lot_ of linters already:<p><a href="https://pkg.go.dev/golang.org/x/tools/go/analysis?tab=importedby" rel="nofollow">https://pkg.go.dev/golang.org/x/tools/go/analysis?tab=import...</a>
7/26/2026, 1:52:15 PM