Skip to content

Instantly share code, notes, and snippets.

@evanj
Created February 25, 2019 22:42
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 evanj/d6497496323bd0d8a414b22982917a98 to your computer and use it in GitHub Desktop.
Save evanj/d6497496323bd0d8a414b22982917a98 to your computer and use it in GitHub Desktop.
Blog post reader.go
type Reader interface {
Read(p []byte) (n int, err error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment