From 5825914ca1450231939c38239f59ea05c6bf76da Mon Sep 17 00:00:00 2001 From: F0rzend Date: Wed, 11 Oct 2023 05:41:04 +0300 Subject: [PATCH] Add "Go with the domain" Book by Three Dots Labs (#5052) * Add "go with the domain" free e-book * Add description for "go with the domain" e-book --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8d77072..39f6c190 100644 --- a/README.md +++ b/README.md @@ -3345,6 +3345,7 @@ _Where to discover new Go libraries._ - [Go 101](https://go101.org) - A book focusing on Go syntax/semantics and all kinds of details. - [Go AST Book (Chinese)](https://github.com/chai2010/go-ast-book) - A book focusing on Go `go/*` packages. - [Go Succinctly](https://github.com/thedevsir/gosuccinctly) - in Persian. +- [Go with the domain](https://threedots.tech/go-with-the-domain/) - A book showing how to apply DDD, Clean Architecture, and CQRS by practical refactoring. - [GoBooks](https://github.com/dariubs/GoBooks) - A curated list of Go books. - [How To Code in Go eBook](https://www.digitalocean.com/community/books/how-to-code-in-go-ebook) - A 600 page introduction to Go aimed at first time developers. - [Learning Go](https://www.miek.nl/downloads/Go/Learning-Go-latest.pdf)