
See the following issues: https://github.com/golangci/golangci-lint/issues/538 https://github.com/golangci/golangci-lint/issues/539
10 lines
177 B
Go
10 lines
177 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
// These imports are all tools used in the building and testing process
|
|
// _ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
|
)
|
|
|