package
0.0.0-20241214025824-d997f9529958
Repository: https://github.com/kelein/cookbook.git
Documentation: pkg.go.dev

# Functions

NewMakeCaffee create a MakeCaffee instance.
NewMakeTea create a MakeTea instance.

# Structs

MakeCaffee make caffee with template.
MakeTea make tea with template.

# Interfaces

Beverage for abstract.
BeverageMaker for abstract.