tools.go 326 B

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