go

Golang常量2D数组语法失败。

英文: Golang constant 2d array syntax fails 问题 我想声明一个常量的二维数组(不是切片),但是我搞不清楚怎么做,我已经看了其他关于这个问题的Golang注释。 ...