v2.0.1
Fixes
- Avoid
panic
s ingodispatch
potentially stopping the whole application
Instead,Parser.ParseToEnd()
will return an error containing the whole stack trace.
panic
s in godispatch
potentially stopping the whole applicationParser.ParseToEnd()
will return an error containing the whole stack trace.