Skip to content

Instantly share code, notes, and snippets.

@ambalabanov
Created May 7, 2020 08:52
Show Gist options
  • Save ambalabanov/88b9ad7541ebf27f026fa35f9f789e7e to your computer and use it in GitHub Desktop.
Save ambalabanov/88b9ad7541ebf27f026fa35f9f789e7e to your computer and use it in GitHub Desktop.
var r Response
if err := json.NewDecoder(resp.Body).Decode(&r); err != nil {
log.Fatalln(err)
}
fmt.Printf("%v", &r)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment