package
0.0.0-20211205205814-168ccc21e67c
Repository: https://github.com/ziutek/emgo.git
Documentation: pkg.go.dev
# Functions
Copy copies from src to dst until either EOF is reached on src or an error occurs.
CopyBuffer works like copy but use provided buffer if neither dst nor src implement ReaderFrom/WriteTo interfaces.
ReadFull reads exactly len(buf) bytes from r into buf.
# Constants
Discard implements Writer and StringWriter and simply discards all data written to it.