1 2 3 4 5 6 7 8
// +build tools package main import ( _ "github.com/golang/lint/golint" _ "honnef.co/go/tools/cmd/staticcheck" )