mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-06 16:36:51 +00:00
10 lines
139 B
Go
10 lines
139 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "golang.org/x/vuln/cmd/govulncheck"
|
|
_ "honnef.co/go/tools/cmd/staticcheck"
|
|
)
|