//go:build tools package tools import ( _ "github.com/golangci/golangci-lint/cmd/golangci-lint" _ "gotest.tools/gotestsum" _ "mvdan.cc/gofumpt" )