Files
karma/tools/staticcheck/main.go
T

8 lines
83 B
Go

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