示例#1
0
func main() {
	var uuid uuid.UUID = uuid.NewRandom()

	fmt.Printf("UUID-> %v\n", uuid)
}