Skip to content

Instantly share code, notes, and snippets.

@prostoiChelovek
Last active June 19, 2018 12:56
Show Gist options
  • Save prostoiChelovek/e226b36339e7e1813c6971ff2f3870a2 to your computer and use it in GitHub Desktop.
Save prostoiChelovek/e226b36339e7e1813c6971ff2f3870a2 to your computer and use it in GitHub Desktop.
io.ReadCloser to string
buf := new(bytes.Buffer)
buf.ReadFrom(yourReader)
s := buf.String()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment