예제 #1
0
파일: main.go 프로젝트: YooWaan/CodeTalking
func main() {
	var uuid uuid.UUID = uuid.NewRandom()

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