package test import ( "github.com/google/uuid" "testing" ) func TestName(t *testing.T) { println(uuid.New().String()) }