(patch) Update documentation, force release.
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m17s
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m17s
This commit is contained in:
parent
6e5a2d5c28
commit
6f251fa4d2
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -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)?
|
||||||
|
|
Loading…
Add table
Reference in a new issue