From 7d8217f829e5f092be8a2fbead07ce6b1e242fdf Mon Sep 17 00:00:00 2001 From: Marcel Edmund Franke Date: Sun, 2 Oct 2016 20:00:31 +0200 Subject: [PATCH] Added "Go: Building Web Applications" closes #36 --- .travis.yml | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f5b69e..3655442 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ rvm: before_script: - gem install awesome_bot script: - - awesome_bot README.md --allow-redirect --white-list golang-book,gopl.io,0636920046516,manning.com/books/learn-go,jannewmarch,codegangsta,creativecommons,gobyexample,Ketelsen-GOinA.jpg,amazon + - awesome_bot README.md --allow-redirect --white-list golang-book,gopl.io,0636920046516,manning.com/books/learn-go,jannewmarch,codegangsta,creativecommons,gobyexample,Ketelsen-GOinA.jpg,amazon,amzn diff --git a/README.md b/README.md index 8180278..cc830f0 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,12 @@ Today, companies and developers need to respond to changing markets at breakneck 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. +###[Go: Building Web Applications](https://amzn.com/B01LD8K5C0) + + + +This course is an invaluable resource to help you understand Go's powerful features to build simple, reliable, secure, and efficient web applications. + Resources ====