Files
goreportcard/tools/tools.go

10 lines
159 B
Go

// +build tools
package tools
import (
_ "github.com/client9/misspell/cmd/misspell"
_ "golang.org/x/lint/golint"
_ "honnef.co/go/tools/cmd/staticcheck"
)