globby

package
v0.0.0-...-0a43815 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GlobAll

func GlobAll(basePath string, includePatterns []string, excludePatterns []string) ([]string, error)

GlobAll returns an array of files and folders that match the specified set of glob patterns. The returned files and folders are absolute paths, assuming that basePath is an absolute path.

func GlobFiles

func GlobFiles(basePath string, includePatterns []string, excludePatterns []string) ([]string, error)

GlobFiles returns an array of files that match the specified set of glob patterns. The return files are absolute paths, assuming that basePath is an absolute path.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL