Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

use pkg/errors to create errors with contexts #16

Closed
suyash opened this Issue Jul 18, 2016 · 1 comment

Comments

Projects
None yet
1 participant
Collaborator

suyash commented Jul 18, 2016 edited

https://github.com/pkg/errors

helps get better stack frames on errors than this

stacktrace

@suyash suyash added the enhancement label Jul 18, 2016

suyash added a commit that referenced this issue Sep 10, 2017

speed: remove logging from library
- first attempt to remove global state from library to remove
non-determinism

- in return, adding github.com/pkg/errors to return wrapped errors whose
cause can in turn be retrieved

- moving to `dep` for package management

- also closes #16

@suyash suyash closed this in 8434b22 Sep 13, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment