Initialize and access a two-dimensional array of type struct in golang

前端 未结 0 1421
南旧
南旧 2020-12-22 00:57

I have struct, the structure like below:

type Data [][]struct {
    Message string `json:"message"`
    S         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题