type errMissingKustomization … func (e *errMissingKustomization) Error() string { … } func IsMissingKustomizationFileError(err error) bool { … } func NewErrMissingKustomization(p string) *errMissingKustomization { … } func quoted(l []string) []string { … } func commaOr(q []string) string { … }