github.com/shuguocloud/go-zero@v1.3.0/core/utils/uuid_test.go (about) 1 package utils 2 3 import ( 4 "testing" 5 6 "github.com/stretchr/testify/assert" 7 ) 8 9 func TestUuid(t *testing.T) { 10 assert.Equal(t, 36, len(NewUuid())) 11 }