Documentation ¶ Index ¶ func Match(pattern, name string, separators ...rune) (bool, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Match ¶ func Match(pattern, name string, separators ...rune) (bool, error) Match returns whether the name matches the glob pattern, also considering one or several optionnal separator. An error is only returned if the pattern is invalid. Types ¶ This section is empty. Source Files ¶ View all Source files glob.go Click to show internal directories. Click to hide internal directories.