package
Version:
v0.12.0
Opens a new window with list of versions in this module.
Published: Sep 16, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Globs returns the names of all files matching the glob patterns.
Effectively syntactic sugar for filepath.Glob() to support multiple patterns.
List returns a list of files matching the regexp pattern.
Unlike filepath.Glob, this method will inspect all subdirectories of dir.
Walk evaluates each glob pattern of paths and walks through each directory.
Returns a list of files that match the given regex pattern.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.