go-patterns icon indicating copy to clipboard operation
go-patterns copied to clipboard

Curated list of Go design patterns, recipes and idioms

Results 71 go-patterns issues
Sort by recently updated
recently updated
newest added

Chain of responsibility pattern was implemented for a number processor which returns if the given value is negative, positive or zero.

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"