Documentation ¶
Overview ¶
Package glob provides file globbing for use in nfpm.Packager implementations
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrGlobNoMatch ¶
type ErrGlobNoMatch struct {
// contains filtered or unexported fields
}
ErrGlobNoMatch happens when no files matched the given glob.
func (ErrGlobNoMatch) Error ¶
func (e ErrGlobNoMatch) Error() string
Click to show internal directories.
Click to hide internal directories.