Skip to content

Instantly share code, notes, and snippets.

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