Anonymous variable

Variables do not need to be assigned for use with _

```

_, _, nickName := GetName()

  


```

Guess you like

Origin www.cnblogs.com/tomhuang/p/11535337.html