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 ====