1 package testomitempty 2 3 type RemoteModelWithOmitempty struct { 4 Description string `json:"newDesc,omitempty"` 5 } 6
View as plain text