honnef.co/go/tools@v0.5.0-0.dev.0.20240520180541-dcae280a5e87/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