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