Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

*: Refactor error wraps (reduce redundant info) #92

Open
bwplotka opened this issue Jan 8, 2018 · 0 comments
Open

*: Refactor error wraps (reduce redundant info) #92

bwplotka opened this issue Jan 8, 2018 · 0 comments

Comments

@bwplotka
Copy link
Contributor

bwplotka commented Jan 8, 2018

Error wraps are too verbose. E.g:

errors.Wrapf(err, "error on updating routing on event %v", event)`

Can be reduce to just:

errors.Wrapf(err, "update routing on event %v", event)`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant