Golang - Observer Pattern vs Channels
Introduction
The Observer Pattern is a popular design pattern that allows an object (known as the subject) to notify its dependent objects (known as observers) automatically when a change occurs in the subject. In Golang, there are two main ways to i...
blog.matthiasbruns.com4 min read