gofrs / uuid

A UUID package for Go
MIT License
1.58k stars 110 forks source link

Fix TimestampFromV7 error message #127

Closed jaredLunde closed 6 months ago

jaredLunde commented 11 months ago

6 -> 7

codecov-commenter commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (22c52c2) 100.00% compared to head (3f7b07d) 100.00%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #127 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 4 4 Lines 513 513 ========================================= Hits 513 513 ``` | [Files](https://app.codecov.io/gh/gofrs/uuid/pull/127?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gofrs) | Coverage Δ | | |---|---|---| | [uuid.go](https://app.codecov.io/gh/gofrs/uuid/pull/127?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gofrs#diff-dXVpZC5nbw==) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

cameracker commented 6 months ago

Thanks @jaredLunde , sorry this took a long time to merge. Appreciate the contribution. Also thank you, @PatrLind!