errors
- #59 replace pkg/errors with gommon/errors, not drop in replacement, no
WithMessage
andWithStack
- multi error, a thread safe version (using mutex) is also provided
- error wrapping
- only add stack when previous error does not have one
- gommon generate adds blank line between header and package to avoid being treated as package comment