package
0.0.4
Repository: https://github.com/cdvelop/vanify.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewEmptyReader returns a new EmptyReader.
NewErrorReader returns a new ErrorReader.
NewErrorWriter returns a new ErrorWriter.
NewInfiniteReader returns a new InfiniteReader.
NewPlainReader returns a new PlainReader.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Variables

Epsilon is used for floating point comparison.
ErrPlain is the default error that is returned for functions in this package.

# Structs

EmptyReader implements an io.Reader that will always return 0, nil.
ErrorReader implements an io.Reader that will do N successive reads before it returns ErrPlain.
ErrorWriter implements an io.Writer that will do N successive writes before it returns ErrPlain.
InfiniteReader implements an io.Reader that will always read-in one character.
PlainReader implements an io.Reader and wraps over an existing io.Reader to hide other functions it implements.