You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// DISCUSS(#310): define UX for return values - should we return the raw response or a parsed/human readable response? For now, I am simply printing to stdout
fmt.Printf("HTTP status code: %d\n", resp.StatusCode())
fmt.Println(string(resp.Body))
returnnil
},
This issue was generated by todo-issue based on a DISCUSS comment in d552ec6.