design-patterns-go
design-patterns-go copied to clipboard
I updated the proxy pattern for go.
Ebooks
Hi,I'm wondering the way you orgnize your golang code, differ to golang design patterns in 2016. Is there any ebooks onloaded free with PDF type! Please show me the linked...
Refactor removeFromSlice function Add an example call to `deregister` in main
Replace reference to `Department` inferface with reference to `DepartmaneBase` struct. In the existing code, DepartmentBase is unused.
Set the `application` type as the interface `server` In the exiting code the interface `server` is unused.
Hello When I was learning about the template method pattern from your book, I found that the code implemented by go might have a better way to call it, concrete's...
Commented out code was pushed live.