Add UUID generator

This commit is contained in:
Dan Jones 2025-03-07 17:00:38 -06:00
commit 0fc4369679
6 changed files with 68 additions and 5 deletions

5
go.mod
View file

@ -2,7 +2,10 @@ module codeberg.org/danjones000/nomino
go 1.23.6
require github.com/stretchr/testify v1.10.0
require (
github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.10.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect