tools.go (343B)
1 //go:build tools 2 // +build tools 3 4 // We include our tool dependencies for `go generate` here to ensure they're 5 // properly tracked by the go tool. See the Go Wiki for the rationale behind this: 6 // https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module. 7 8 package dns 9 10 import _ "golang.org/x/tools/go/packages"