airshipctl/tools/tools.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"
)