aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.go
blob: 3dcd5db2d64f0a337f4aa1f618110a4ae0c6490f (plain) (blame)
1
2
3
4
5
6
7
8
9
// +build tools

package tools

import (
	// Pin versions of these tools by having an unused import
	_ "golang.org/x/lint/golint"
	_ "honnef.co/go/tools/cmd/staticcheck"
)