Files
raven/vendor/honnef.co/go/tools/staticcheck/doc.go
2026-08-21 10:49:49 +00:00

6 lines
227 B
Go

//go:generate go run ../generate.go
// Package staticcheck contains analyzes that find bugs and performance issues.
// Barring the rare false positive, any code flagged by these analyzes needs to be fixed.
package staticcheck