Golang Base

28 阅读1分钟

built-in func

Diff from new & make

new可以申请任意类型, 并且申请空间并把内存置为0

make是只用于chan map slice, 返回的是引用值, 因为这三个类型本身就是结构体