blob: 7936b1612e56c5a619cc3822105dadb2e99497c8 [file] [log] [blame]
//go:build tools
// +build tools
package analysis
import (
_ "4d63.com/gocheckcompilerdirectives/checkcompilerdirectives"
_ "github.com/corverroos/commentwrap/cmd/commentwrap"
_ "honnef.co/go/tools/cmd/staticcheck"
)