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

package tools

import (
	_ "github.com/mgechev/revive"
	_ "honnef.co/go/tools/cmd/staticcheck"
)