A
Size: a a a
A
DP
VS
DP
AP
VS
N
AZ
NL
type A struct {
field1 int `json:"field1"`
field2 string `json:"field2"`
}
type B struct {
field1 int `json:"field1"`
field2 string `json:"field2"`
field3 string `json:"field3"`
field4 string `json:"field4"`
}
variableB := &B{}
СГ
NL
АП
СГ
ВЩ
NL
AS
NL
ВЩ
type B struct {
A
field3 string `json:"field3"`
field4 string `json:"field4"`
}
СГ