package
0.0.0-20250114054016-c032c0c4f81d
Repository: https://github.com/gnsalok/design-patterns-go.git
Documentation: pkg.go.dev

# Structs

Addition Strategy.
No description provided by the author
Context maintains a reference to a strategy object.
Concrete strategy.
Concrete Strategy.
Subtraction strategy.

# Interfaces

Strategy Interface.
Step 1 : Strategy defines the interface for different strategies.