go-patterns
go-patterns copied to clipboard
Curated list of Go design patterns, recipes and idioms
Chain of responsibility pattern was implemented for a number processor which returns if the given value is negative, positive or zero.
fix example
https://github.com/tmrts/go-patterns/blob/master/README.md -> All links redirects to github 404 page not found.
Fix a go grammer error. No big deal.
When ```New``` return a reference, you have to use ```*p``` to access the reference, otherwise it's a pointer.
misspelled "throught" fixed "throughout"
please add the comment in this example