Skip to content

Instantly share code, notes, and snippets.

@sohamkamani
Last active February 27, 2018 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sohamkamani/fcacaef246bef8781dda8cb3a8695cd3 to your computer and use it in GitHub Desktop.
Save sohamkamani/fcacaef246bef8781dda8cb3a8695cd3 to your computer and use it in GitHub Desktop.
res, err := client.Get("http://www.gojek.io/", nil)
if err != nil {
panic(err)
}
fmt.Println(string(res.Body()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment