我在Go中看到很多检测nil的代码,像这样:if err != nil { // handle the error }不过,我有一个这样的结构:type Config struct { host string port float64}和配置为配置的一个实例,当我这样做:if config == nil {}有编译错误,他说:不能转换零输入配置
3 回答
- 3 回答
- 0 关注
- 232 浏览
添加回答
举报
0/150
提交
取消