Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var YamlExtensions = []string{"yaml", "yml"}
YamlExtensions contains all yaml-file extensions without leading dot that we allow.
Functions ¶
func FindYamlFiles ¶ added in v2.9.2
FindYamlFiles finds all YAML files within the given root directory. Hidden directories (start with a dot (.)) are excluded. Directories marked as hidden on Windows are not excluded. If root is not existent the function returns nil, nil
func IsYamlFileExtension ¶
IsYamlFileExtension checks whether a file has a yaml extension specified in YamlExtensions, with leading dot.
func ReplacePathSeparators ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.