directory
0.0.0-20250227122322-59689edd5517
Repository: https://github.com/ardanlabs/gotraining.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Sample program to show how different functions from the standard library use the io.Writer interface.
Sample program to show how to write a simple version of curl using the io.Reader and io.Writer interface support.
Sample program to show how to use a MultiWriter to perform writes to multiple devices with one write call.
Sample program that takes a stream of bytes and looks for the bytes “elvis” and when they are found, replace them with “Elvis”.
No description provided by the author