RosettaCodeData/Task/Memory-allocation/Go/memory-allocation-6.go

4 lines
48 B
Go
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
make([]int, 3)
make(map[int]int)
make(chan int)