Skip to content

Instantly share code, notes, and snippets.

@shubhag
Last active September 20, 2020 07:25
Show Gist options
  • Save shubhag/bbe4af5b8ead1a8bdb08fddb3949b9bc to your computer and use it in GitHub Desktop.
Save shubhag/bbe4af5b8ead1a8bdb08fddb3949b9bc to your computer and use it in GitHub Desktop.
Custom io.Writer iteration 1
type customWriter struct {
}
func (e customWriter) Write(p []byte) (int, error) {
// implement the functionality
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment