gofrs / uuid

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

implement TimestampFromV7 #125

Closed dropwhile closed 10 months ago

dropwhile commented 10 months ago

closes #123

codecov-commenter commented 10 months ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (8318aa5) 100.00% compared to head (5aa1492) 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 #125 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 4 4 Lines 498 513 +15 ========================================= + Hits 498 513 +15 ``` | [Files Changed](https://app.codecov.io/gh/gofrs/uuid/pull/125?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/125?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.

HenkVanMaanen commented 10 months ago

Thank you dropwhile!

cameracker commented 10 months ago

Thanks a ton for the contribution @dropwhile :) Gonna merge this and kick it out later today.

maxvoronov commented 7 months ago

Hi there! Please advise when there will be a new version with this feature?