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

# Functions

NewAbstraction constructor.
NewCircle constructor.
NewRectangle constructor.
NewShape constructor.

# Structs

Abstraction struct.
Blue struct.
Circle struct.
Circle struct.
ConcreteImplementor1 struct.
ConcreteImplementor2 struct.
Green struct.
MacAPI struct.
Rectangle struct.
Red struct.
Shape struct.
Square struct.
WindowsAPI struct.

# Interfaces

Color interface (Implementor).
DrawingAPI interface.
Implementor interface.
Shape interface (Abstraction).