Versions in this module Expand all Collapse all v1 v1.2.10 Aug 26, 2024 Changes in this version + type Pattern struct + func CompilePattern(src string) (*Pattern, error) + func (p *Pattern) IsMatch(s string) bool