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 6