package foo type foo struct { bar string `json:"foo"` MyExample bool `json:"foo"` MyAnother []string `json:"foo"` }