go

How can I create a pair type in go?

英文: How can I create a pair type in go? 问题 我想创建一个类似于pair(string, int)的配对。我知道在Go语言中没有pair类型,我也知道切片只能保...