RosettaCodeData/Task/Memory-allocation/Go/memory-allocation-6.go
2023-07-01 13:44:08 -04:00

3 lines
48 B
Go

make([]int, 3)
make(map[int]int)
make(chan int)