//go:build tools // +build tools package tools import ( // Tools we use during development. _ "honnef.co/go/tools/cmd/staticcheck" )