Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.12 KB

README.md

File metadata and controls

14 lines (10 loc) · 1.12 KB

Go design patterns

Repository with examples of design patterns in the Go language. This repository was created to put the ideas from this book into code: Go Design Patterns by Mario Contreras. The book itself has some issues, sometimes the methods declared in one page are being called with a different name in the next page, or return a different type of object...but it's not hard to overlook these issues and gain some knowledge from it.

Image

01 - Creational Patterns