匿名变量

不需要使用的变量用 _来赋值

```

_, _, nickName := GetName()

  


```

原文地址:https://www.cnblogs.com/tomhuang/p/11535337.html