tools.go 153 B

1234567
  1. //go:build tools
  2. // +build tools
  3. // This file is used to pin static analysis tool versions.
  4. package main
  5. import _ "honnef.co/go/tools/cmd/staticcheck"