package
0.0.0-20241212173216-745cb4b42230
Repository: https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation: pkg.go.dev

# Functions

Copy copies data from in to out first directly, then using a buffer.
PipeExample helps give some more examples of using io interfaces.