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

# Functions

Process switches on operation type Then does work.
Processor routes work to Process.

# Constants

Add values.
Divide values.
Multiply values.
Subtract values.

# Structs

WorkRequest perform an op on two values.
WorkResponse returns the result and any errors.