allot
allot copied to clipboard
Parse placeholder and wildcard text commands
This PR adds new constructor for `Command` called `NewWithEscaping` that escapes the Command pattern for regex characters `[],(),...` which allows then passing commands with these characters. I have opted for...
This is breaking PR that replaces the `MustCompile` call with `Compile` and proper error handling and returning. Btw. it also includes the previous PR as I was building on top...
Can you help me confirm that multiple goroutines can use this library concurrently without any issues or is it supposed to be synchronous? Cpu seems to be growing when multiple...