From ed649cb6c048970ac69a0c3d3ead413752ef2643 Mon Sep 17 00:00:00 2001 From: Tit Petric Date: Thu, 7 Sep 2017 13:39:23 +0200 Subject: [PATCH] update image links for packtpub books that have changed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.