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