1 2 3 4 5 6 7
//go:build tools package tools import ( _ "github.com/golangci/golangci-lint/cmd/golangci-lint" )