package
0.0.0-20200925113754-0e97f0b3045e
Repository: https://github.com/hazcod/goproxy.git
Documentation: pkg.go.dev

# Functions

initialize a RegretableReader with underlying reader r.
initialize a RegretableReaderCloser with underlying readCloser rc.
initialize a RegretableReaderCloser with underlying readCloser rc.
initialize a RegretableReader with underlying reader r, whose buffer is size bytes long.

# Structs

A RegretableReader will allow you to read from a reader, and then to "regret" reading it, and push back everything you've read.
Same as RegretableReader, but allows closing the underlying reader.