Похожие чаты

Could you explain by code ?

1 ответов

7 просмотров

type X struct { ParseMe int `json:"..."` ParseMeToo string `json:"..."` } type Y struct { *X DontParse []byte } And the just wrap it after parsing: ytance := &Y{&x, []byte("default value")}

Похожие вопросы

Обсуждают сегодня

Карта сайта