From 27c2b32c25ec94e1b27cc03abfc38103a96a96f4 Mon Sep 17 00:00:00 2001 From: Jon Calhoun Date: Tue, 11 Oct 2016 23:12:13 -0400 Subject: [PATCH] Update README.md Added the book Web Development with Go by Jonathan Calhoun (@joncalhoun) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1b18afe..c8d0af8 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,12 @@ Free to [read online](https://thewhitetulip.gitbooks.io/webapp-with-golang-anti- Today, companies and developers need to respond to changing markets at breakneck speeds. Organizations that aren't built on highly-available, rapidly-evolving software are going the way of the dinosaurs. Cloud Native Go brings together the knowledge developers need to build massive-scale cloud applications that meet the insatiable demands of today's customers and markets. +###[Web Development with Go: Learn to Create Real World Web Applications using Go](http://usegolang.com) + + + +Web Development with Go was written to teach both beginners and experts how to create and deploy a real web application. You won't be building a boilerplate TODO list, but will instead be creating and deploying a production ready photo gallery application, similar to Pixieset, from scratch. The book assumes no previous web development experience and covers everything you need to know to successfully build your own web application. + Resources ====