package
0.0.0-20241220230325-193e05bca902
Repository: https://github.com/egdaemon/eg.git
Documentation: pkg.go.dev

# Functions

Copy a file to another path.
Error return just the error from an IO call ignoring the number of bytes.
ErrReader returns an io.Reader that returns the provided error.
IgnoreEOF returns nil if err is io.EOF.
No description provided by the author
Rewind an io.Seeker.
No description provided by the author
WriteNopCloser returns a WriteCloser with a no-op Close method wrapping the provided Writer w.
No description provided by the author