(patch) Update documentation, force release.
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m17s

This commit is contained in:
Pat Garrity 2024-04-26 20:20:14 -05:00
parent 6e5a2d5c28
commit 6f251fa4d2
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -25,6 +25,18 @@ val GsUuid: ModuleID =
"gs" %% "gs-uuid-v0" % "$VERSION"
```
### Type
```scala
import gs.uuid.v0.UUID
given UUID.Generator = UUID.Generator.version7
val id = UUID.generate()
println(id.str()) // 292c9bc70d0f4d998053d7b2f72cd9b7
```
## Donate
Enjoy this project or want to help me achieve my [goals](https://garrity.co)?