Files
karma/tools/staticcheck/main.go
2020-10-15 10:10:00 +01:00

8 lines
83 B
Go

// +build tools
package tools
import (
_ "honnef.co/go/tools/cmd/staticcheck"
)