package foo type foo struct { bar string `json:"bar"` t bool `json:"t"` qux int `json:"qux"` }