go-glob
go-glob copied to clipboard
Basic string globs in golang
Results
2
go-glob issues
Sort by
recently updated
recently updated
newest added
Thanks for this simple library. I need to test matching a lot of strings with the same pattern, so for performance reasons, it would be better to prepare the last...
Can you please add support for `?` sign By definition, Glob supports `*` and `?` Thanks.