package
0.0.0-20230130100827-6c64ebff31b2
Repository: https://github.com/packtpublishing/go-cookbook.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

NewUpperApp wires together the compoents.

# Structs

Printer is a component for printing to stdout.
Upper upper cases the incoming stream.
UpperApp creates a flow-based pipeline to upper case and print the result.