github.com/amarpal/go-tools@v0.0.0-20240422043104-40142f59f616/staticcheck/doc.go (about) 1 //go:generate go run ../generate.go 2 3 // Package staticcheck contains analyzes that find bugs and performance issues. 4 // Barring the rare false positive, any code flagged by these analyzes needs to be fixed. 5 package staticcheck