//go:build tools // +build tools package tools import ( _ "github.com/Songmu/make2help/cmd/make2help" _ "honnef.co/go/tools/cmd/staticcheck" )