Skip to content

Instantly share code, notes, and snippets.

@evanj
Created February 25, 2019 22:45
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/75a14243ec98679153e6d32d04323f3e to your computer and use it in GitHub Desktop.
Save evanj/75a14243ec98679153e6d32d04323f3e to your computer and use it in GitHub Desktop.
Blog post transformer.go
type Transformer interface {
Transform(output []byte, input []byte) (written int, read int, err error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment