kefu/tools/uuid_test.go

12 lines
112 B
Go

package tools
import (
"log"
"testing"
)
func TestUuid2(t *testing.T) {
res := Uuid2()
log.Println(res)
}