package
0.0.0-20240220045909-d6d59087f46f
Repository: https://github.com/hemant-jain-author/design-patterns-using-go.git
Documentation: pkg.go.dev

# Functions

NewCircle constructor for Circle.
NewComposite constructor for Composite.
NewCompoundShape constructor for CompoundShape.
NewRectangle constructor for Rectangle.

# Structs

Circle struct.
Composite struct.
CompoundShape struct.
Leaf struct.
Rectangle struct.

# Interfaces

Component interface.
IShape interface.