You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
282 B

  1. // +build tools
  2. // This file uses the recommended method for tracking developer tools in a go module.
  3. //
  4. // https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
  5. package tools
  6. import (
  7. _ "github.com/golangci/golangci-lint/cmd/golangci-lint"
  8. )