Documentation ¶ Index ¶ Constants func Glob(pattern, subj string) bool Constants ¶ View Source const GLOB = "*" The character which is treated like a glob Variables ¶ This section is empty. Functions ¶ func Glob ¶ func Glob(pattern, subj string) bool Glob will test a string pattern, potentially containing globs, against a subject string. The result is a simple true/false, determining whether or not the glob pattern matched the subject text. Types ¶ This section is empty. Source Files ¶ View all Source files glob.go Click to show internal directories. Click to hide internal directories.