From d9e073764bffc4b73e3e187a3691d163c357f768 Mon Sep 17 00:00:00 2001 From: shxdow Date: Thu, 22 Jun 2017 21:39:01 +0200 Subject: [PATCH] Added an uppercase F "Webapps in Go the anti textbook" had its 'f' lowercase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abb1bff..a0270fb 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ At each step, you’ll get advice for better coding in Go. You’ll see how to s 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. -### [Webapps in Go the anti textbook](https://github.com/thewhitetulip/web-dev-golang-anti-textbook) *free* +### [Webapps in Go the anti textbook](https://github.com/thewhitetulip/web-dev-golang-anti-textbook) *Free*