Documentation ¶ Overview ¶ Package glob provides file globbing for use in nfpm.Packager implementations Index ¶ func Glob(glob, dst string) (map[string]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Glob ¶ func Glob(glob, dst string) (map[string]string, error) Glob returns a map with source file path as keys and destination as values. First the longest common prefix (lcp) of all globbed files is found. The destination for each globbed file is then dst joined with src with the lcp trimmed off. Types ¶ This section is empty. Source Files ¶ View all Source files glob.go Click to show internal directories. Click to hide internal directories.