1 2 3 4 5 6 7 8 9
//go:build tools package tools import ( _ "github.com/shurcooL/httpfs/filter" _ "github.com/shurcooL/vfsgen" _ "golang.org/x/vuln/cmd/govulncheck" )