honeybadger-io / honeybadger-go

Send Go (golang) panics and errors to Honeybadger.
https://www.honeybadger.io/
MIT License
34 stars 15 forks source link

Make public access to default client #5

Closed kostyantyn closed 8 years ago

kostyantyn commented 8 years ago

It would be very handy to have access to default client, instead of building exactly the same one when it's needed.

The use case is to pass a client to a function as a parameter.

joshuap commented 8 years ago

Works for me, thanks!