Design Patterns Golang
Adapter Design Pattern in Golang
Adapter Design Pattern is one of the most intuitive design patterns. We can very easily figure out why and where it is needed. In this article, we will try to build an intuition for it and try to implement the Adapter Design Pattern in Golang. Let us try building the Read more…