github.com/isyscore/isc-gobase@v1.5.3-0.20231218061332-cbc7451899e9/goid/test/uuid_test.go (about) 1 package test 2 3 import ( 4 "github.com/isyscore/isc-gobase/goid" 5 "testing" 6 ) 7 8 func TestUUID(t *testing.T) { 9 id := goid.GenerateUUID() 10 t.Logf("UUID: %s\n", id) 11 }