Versions in this module Expand all Collapse all v0 v0.0.5 Feb 18, 2021 Changes in this version + type WildMatch struct + func NewWildMatch(pattern string) *WildMatch + func (w *WildMatch) IsMatch(input string) bool + func (w *WildMatch) String() string