gofrs / uuid

A UUID package for Go
MIT License
1.55k stars 108 forks source link

Fix for wrong version in error message #133

Closed PatrLind closed 3 months ago

PatrLind commented 3 months ago

This fixes that the error message returns the wrong version nr. This is a possible solution to my issue https://github.com/gofrs/uuid/issues/132

PatrLind commented 3 months ago

Oh, I just saw that there is another PR for the exact same thing! https://github.com/gofrs/uuid/pull/127

I guess this one can be removed? Or why isn't the other one merged yet?

cameracker commented 3 months ago

Thanks, I'm going to close this in favor of the other. Really appreciate the catch :)