mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-06 00:17:27 +00:00
11 lines
161 B
Go
11 lines
161 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "golang.org/x/vuln/cmd/govulncheck"
|
|
_ "honnef.co/go/tools/cmd/staticcheck"
|
|
_ "mvdan.cc/gofumpt"
|
|
)
|