mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-18 08:35:07 +00:00
2e0742e309
- Support for '?' wildcard for resource matching. - Wildcard package is added with Match functions. - Wildcard.Match supports '*' and wild.MatchExtended supports both '*' and '?' wildcards in the pattern string. - Tests for the same for the wide range of cases.