Go:null judge

Go:null judge

null judge

int空值是0,

string空值是””而不是null或者nil(区别

Slice空值是长度为0的

map空值是nil,

error空值是nil,

struct空值是一个“所有成员都是空值”的空Struct而不是nil,

Read more