package uuid_test import ( "fmt" "github.com/dtapps/go-library/utils/uuid" "testing" ) func TestName(t *testing.T) { fmt.Println(uuid.GenUUID()) }