gofrs / uuid

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

Wrong error message for TimestampFromV7 #132

Closed PatrLind closed 3 months ago

PatrLind commented 3 months ago

Seems like the UUID library returns the wrong error message for function TimestampFromV7. The returned error message is (with input 'e86160d3-beff-443c-b9b5-1f8197ccb12e': uuid: e86160d3-beff-443c-b9b5-1f8197ccb12e is version 4, not version 6 The expected error message should be: uuid: e86160d3-beff-443c-b9b5-1f8197ccb12e is version 4, not version 7

cameracker commented 3 months ago

Hi, this has been closed with #127