Last active
February 25, 2019 22:41
-
-
Save evanj/fb7deaed2634b5fedac40856428b2a8e to your computer and use it in GitHub Desktop.
Blog post writer.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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