package foo type foo struct { bar string `json:"bar"` baz string `json:"baz"` t bool `hcl:"t"` }