From e14f66d1b07a3a854b457e496577f96933401473 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Thu, 18 May 2017 21:18:37 -0600 Subject: [PATCH] 2 new PacktPub books added by @sger in #48 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f55a90b..0eab7d2 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,17 @@ 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. + +### [Go Reactive Programming](https://www.packtpub.com/application-development/go-reactive-programming) + + + +Build concurrent, easy-to-maintain responsive applications in Go. **Web Development** ----