func main() { fmt.Println(uuid.NewRandom()) }
func newUUID4Joined() string { return strings.Replace(uuid.NewRandom().String(), "-", "", -1) }