diff --git a/README.md b/README.md index 9f87e37..7de269b 100644 --- a/README.md +++ b/README.md @@ -159,8 +159,8 @@ A developer's exprience in golang. Tested, easy-to-adapt code examples illuminate every step of Go development, helping you write highly scalable, concurrent software. You’ll master Go-specific idioms for working with strings, collections, arrays, error handling, goroutines, slices, maps, channels, numbers, dates, times, files, networking, web apps, the runtime, and more. ### [Go Design Patterns](https://www.packtpub.com/application-development/go-design-patterns) - - + + Learn idiomatic, efficient, clean, and extensible Go design and concurrency patterns by using TDD.