|
|
|
|
|
by Intermernet
3997 days ago
|
|
I'm guessing that they don't require much outside of the std lib for their application[1]. The Go std lib is pretty well featured. The DeferPanic client depends on 12 packages, all from the std lib[2]. However, there's a high likelihood of their clients using 3rd party packages, so they would see it quite often. [1]: which seems to provide Go application stats in a friendly and discover-able way. I personally haven't used it, but it looks fairly nice. https://deferpanic.com/about [2]: https://godoc.org/github.com/deferpanic/deferclient/defercli... |
|