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" )