From 2704fa0830b1913efc1a0336b7efcd21c8cb612a Mon Sep 17 00:00:00 2001 From: Nathan Youngman <4566+nathany@users.noreply.github.com> Date: Sun, 14 Mar 2021 16:53:59 -0600 Subject: [PATCH] update Go in Practice cover image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f6d855..385564e 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ This book will take you through the history of concurrency, how Go utilizes it, ### [Go in Practice](http://www.manning.com/butcher/) - + Go in Practice guides you through dozens of real-world techniques in key areas like package management, microservice communication, and more. Following a cookbook-style Problem/Solution/Discussion format, this practical handbook builds on the foundational concepts of the Go language and introduces specific strategies you can use in your day-to-day applications. You'll learn techniques for building web services, using Go in the cloud, testing and debugging, routing, network applications, and much more.