blob: de52ca06d900a6e8c3135cca001107514ba40f20 [file] [log] [blame]
// Copyright The Monogon Project Authors.
// SPDX-License-Identifier: Apache-2.0
//go:build tools
// +build tools
package analysis
import (
_ "4d63.com/gocheckcompilerdirectives/checkcompilerdirectives"
_ "github.com/corverroos/commentwrap/cmd/commentwrap"
_ "honnef.co/go/tools/cmd/staticcheck"
)