Documentation ¶ Index ¶ func Globs(paths []string) ([]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Globs ¶ func Globs(paths []string) ([]string, error) Globs attempts to expand a list of paths, which may include glob patterns, to a list of explicit file paths. The paths are de-duplicated but are not sorted. Types ¶ This section is empty. Source Files ¶ View all Source files glob.go Click to show internal directories. Click to hide internal directories.