1 2 3 4 5 6 7 8 9
//go:build tools // +build tools package tools import ( _ "github.com/Songmu/make2help/cmd/make2help" _ "honnef.co/go/tools/cmd/staticcheck" )