Documentation ¶ Index ¶ func GetFilesWithSuffix(baseDir string, suffixes ...string) ([]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetFilesWithSuffix ¶ func GetFilesWithSuffix(baseDir string, suffixes ...string) ([]string, error) GetFilesWithSuffix returns all files under a given base directory that have a specific suffix The operation is performed recurively on sub directories as well Types ¶ This section is empty. Source Files ¶ View all Source files utils.go Click to show internal directories. Click to hide internal directories.