From 7b269b3be126dcf9f3d8392f966d63a5a511c6e8 Mon Sep 17 00:00:00 2001 From: Nathan Youngman <4566+nathany@users.noreply.github.com> Date: Sun, 14 Mar 2021 16:55:12 -0600 Subject: [PATCH] update Go Web Programming cover --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 385564e..149162a 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ At each step, you’ll get advice for better coding in Go. You’ll see how to s ### [Go Web Programming](http://www.manning.com/chang/) - + Go Web Programming teaches you how to build web applications in Go using modern design principles. You'll work through numerous examples that introduce core concepts like processing requests and sending responses, template engines, and data persistence. You'll also dive into more advanced topics, such as concurrency, web application testing and deployment both to barebones servers and PaaS providers.