(patch) Update documentation, force release. (#10)
All checks were successful
/ Build and Release Library (push) Successful in 1m19s

Reviewed-on: #10
This commit is contained in:
Pat Garrity 2024-04-27 01:25:31 +00:00
parent 6e5a2d5c28
commit bf16bbfe47

View file

@ -25,6 +25,18 @@ val GsUuid: ModuleID =
"gs" %% "gs-uuid-v0" % "$VERSION" "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 ## Donate
Enjoy this project or want to help me achieve my [goals](https://garrity.co)? Enjoy this project or want to help me achieve my [goals](https://garrity.co)?