Skip to content

Instantly share code, notes, and snippets.

@jacoelho
Created July 31, 2017 18:51
Show Gist options
  • Select an option

  • Save jacoelho/3f181b647de27bbd0ec6988f460a53ee to your computer and use it in GitHub Desktop.

Select an option

Save jacoelho/3f181b647de27bbd0ec6988f460a53ee to your computer and use it in GitHub Desktop.
type RoundTripper interface {
RoundTrip(*Request) (*Response, error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment