Files
kustomize/api/internal/tools/tools.go
2019-10-20 15:51:04 -07:00

10 lines
204 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"
_ "github.com/monopole/mdrip"
)