0

喜欢

type User struct {
    ID       int32     `json:"_id"` 
    Week     string    `json:"week"`         
}

json.Marshal(&User{},true)//omitempty is true

将返回

{}

bson、yaml、sql 或任何其他库是否支持此功能?

4

0 回答 0