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

implement prometheus style `Must` methods that panic automatically on an error instead of returning them #10

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

Comments

Projects
None yet
1 participant
Collaborator

suyash commented Jul 14, 2016 edited

can be done for writer start and stop to allow a safe defer writer.Stop() and metric registration, as well as writing values in the bytebuffer to avoid all those errcheck linting errors from gometalinter

Collaborator

suyash commented Jul 18, 2016

done in #11

@suyash suyash closed this Jul 18, 2016

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