Golang - Command Pattern
The "Command Pattern" is one of the design patterns introduced by the "Gang of Four". This pattern is used to encapsulate the request as an object and allows you to parameterize clients with different requests, queue or log requests, and support undo...
blog.matthiasbruns.com4 min read