mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Fix go lint error and add golint checks to a pre-commit hook
This commit is contained in:
@@ -36,7 +36,7 @@ type loaderImpl struct {
|
||||
schemes []SchemeLoader
|
||||
}
|
||||
|
||||
// Interface for different types of loaders (e.g. fileLoader, httpLoader, etc.)
|
||||
// SchemeLoader is the interface for different types of loaders (e.g. fileLoader, httpLoader, etc.)
|
||||
type SchemeLoader interface {
|
||||
// Does this location correspond to this scheme.
|
||||
IsScheme(root string, location string) bool
|
||||
|
||||
Reference in New Issue
Block a user