Have a array of structs inside of another struct in go

后端 未结 0 850
[愿得一人]
[愿得一人] 2020-12-06 02:01

Hi I am new to go and I am defining a struct like this:

type Demon struct {
    ID int64 `json:"id"`
    Name string `json:"name"`
    Str         


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