Add staticcheck tool
This commit is contained in:
5
vendor/honnef.co/go/tools/staticcheck/doc.go
vendored
Normal file
5
vendor/honnef.co/go/tools/staticcheck/doc.go
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
//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
|
||||
Reference in New Issue
Block a user