gResponse contains the top level document.
| 24 | |
| 25 | // gResponse contains the top level document. |
| 26 | gResponse struct { |
| 27 | ResponseData struct { |
| 28 | Results []gResult `json:"results"` |
| 29 | } `json:"responseData"` |
| 30 | } |
| 31 | ) |
| 32 | |
| 33 | func main() { |
nothing calls this directly
no outgoing calls
no test coverage detected