Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
suyash commentedJul 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