add uuid functions

This commit is contained in:
2025-11-21 10:29:40 -05:00
parent 193abbd2ce
commit 8b2ca71f6b
4 changed files with 50 additions and 0 deletions

2
go.mod
View File

@@ -1,3 +1,5 @@
module git.sunturtle.xyz/zephyr/rand
go 1.24.1
require github.com/google/uuid v1.6.0