kefu/tools/uuid_test.go

12 lines
112 B
Go
Raw Normal View History

2024-12-10 02:50:12 +00:00
package tools
import (
"log"
"testing"
)
func TestUuid2(t *testing.T) {
res := Uuid2()
log.Println(res)
}