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

# Functions

Printer will print anything sent on the ch chan and will print tock every 200 milliseconds this will repeat forever until a context is Done, i.e.
Sender sends "tick"" on ch until done is written to, then it sends "sender done." and exits.