Go的空白标识符
Contents
是什么?
代表 被忽略的变量 underscore means ignoring the value;
use case
- 多个返回值忽略错误值
|
|
- 引入副作用(side effects)
the import package is ignored, but the init function have taken effect;
|
|
- 检测是否实现接口
|
|