3 lines
48 B
Go
3 lines
48 B
Go
make([]int, 3)
|
|
make(map[int]int)
|
|
make(chan int)
|
make([]int, 3)
|
|
make(map[int]int)
|
|
make(chan int)
|