Builtin - cruisechang/wiki-golang GitHub Wiki
nil
- nil can be pointer,channel,func,interface,map,slice
var nil Type //Type must be a pointer, channel, func, interface, map, or slice type
var nil Type //Type must be a pointer, channel, func, interface, map, or slice type