package foo type foo struct { bar string t bool `json:"t,omitempty"` qux string `json:"qux,omitempty"` yoo string `json:"yoo,omitempty"` }