Open towolf opened 1 month ago
The used pattern matching package from https://github.com/becheran/wildmatch-go is too simplistic and doesn't allow flexible matching of contexts.
Either just go regex or find a better matching library?
Something that allows brace expansion {prod,staging} and optional prefixes would be good.
{prod,staging}
Or just go with regex.
The used pattern matching package from https://github.com/becheran/wildmatch-go is too simplistic and doesn't allow flexible matching of contexts.
Either just go regex or find a better matching library?
Something that allows brace expansion
{prod,staging}
and optional prefixes would be good.Or just go with regex.