How to search key in List of struct in Golang

后端 未结 0 1269
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-09 23:55
type DonkeyItem struct {
   ID int  `json:"id"`
   Name string `json:"name"`
}

I have a list of a struct. I want to check if the

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