Versions in this module Expand all Collapse all v0 v0.0.2 Apr 25, 2026 v0.0.1 Apr 11, 2026 Changes in this version + type Glob struct + func Parse(pattern string) (*Glob, error) + func (g *Glob) Match(input string) bool + func (g *Glob) String() string