kinbiko / bugsnag

Well-documented, maintainable, idiomatic, opinionated, and *unofficial* rewrite of the Bugsnag Go notifier
MIT License
3 stars 0 forks source link

[feat] Remove dependency on external UUID package #12

Closed kinbiko closed 4 years ago

kinbiko commented 4 years ago

This package was overkill, and supported 5 different versions of UUID. We just want a UUID V4 string, and after de-fluffing the dependency this simple function is all that remains.