Golang Design Patterns - Proxy
I. Proxy - Structural Pattern
The Proxy is a familiar Design Pattern for developers, used to represent an original resource. The Proxy provides functionalities similar to the original resource but with high customizability.
The Proxy acts as a substi...
khaaleoo.hashnode.dev7 min read