google / uuid

Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
BSD 3-Clause "New" or "Revised" License
5.16k stars 362 forks source link

fix: Monotonicity in UUIDv7 #150

Closed it512 closed 6 months ago

it512 commented 6 months ago

Monotonicity in UUIDv7

148

conventional-commit-lint-gcf[bot] commented 6 months ago

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot https://conventionalcommits.org/

it512 commented 6 months ago

Thank you for review, fixed

sergeyprokhorenko commented 5 months ago

I advise you to take the following implementations as an example: Rust PostgreSQL It is these implementations, created with the participation of the most important RFC contributors (LiosK and Sergey Prokhorenko), that are closest to understanding the RFC.

bensie commented 5 months ago

Thanks for your work on this @it512!