From f79e97fb7a6ce255aceaf0d687626e998a5d28d4 Mon Sep 17 00:00:00 2001 From: Damian Gryski Date: Thu, 28 Jul 2016 11:57:50 -0400 Subject: [PATCH 1/4] Add Cloud Native Go Fixes #33 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb08051..5fea633 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,6 @@ Learn Go is a beginner-friendly introduction to the Go language. You'll get expe Go, commonly referred to as golang, is a programming language initially developed at Google in 2007. This book helps you to get started with Go programming. It describes all the elements of the language and illustrates their use with code examples. - **Advanced Books** --- @@ -181,6 +180,11 @@ Free to [read online](https://thewhitetulip.gitbooks.io/webapp-with-golang-anti- [Download ePub](https://www.gitbook.com/download/epub/book/thewhitetulip/webapp-with-golang-anti-textbook) [Download mobi](https://www.gitbook.com/download/mobi/book/thewhitetulip/webapp-with-golang-anti-textbook) +###[Cloud Native Go: Building Web Applications and Microservices for the Cloud with Go and React](https://www.amazon.com/Cloud-Native-Applications-Microservices-Developers/dp/0672337797) + + + +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. Resources ==== From b6360c635199ab3c6ad05313326a4ac236461c95 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Fri, 29 Jul 2016 15:02:35 -0600 Subject: [PATCH 2/4] fix broken links to images it appears that sm3lir is down --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5fea633..6a177e4 100644 --- a/README.md +++ b/README.md @@ -139,13 +139,13 @@ Tested, easy-to-adapt code examples illuminate every step of Go development, hel ---- ###[Building Web Apps with Go](https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details) *Free* - + A good resource for start Building Web Apps with Go. Free to [read online](http://codegangsta.gitbooks.io/building-web-apps-with-go/content/), [pdf](https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details) and [mobi](https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details) version. ###[Build Web Application with Golang](https://www.gitbook.com/book/astaxie/build-web-application-with-golang/details) *Free* - + Another awesome book for learning Web Development in Golang. Free to [read online](http://astaxie.gitbooks.io/build-web-application-with-golang/content/en/index.html) @@ -171,7 +171,7 @@ Go Web Programming teaches you how to build web applications in Go using modern ###[Build webapps in Go the anti textbook](https://github.com/thewhitetulip/web-dev-golang-anti-textbook) *free* - + This book was written to teach how to develop web applications in Go for people who know a bit of Go and have basic information about web applications in general. We (you) will build a webapp without using a third party framework and using as few external libraries as possible. The advantage is that you'll learn a lot when you code without a framework. From 73453252fd1cc12185fed803baaa6e616b3f3e48 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Fri, 29 Jul 2016 15:04:46 -0600 Subject: [PATCH 3/4] =?UTF-8?q?learn=20go:=20update=20description=20from?= =?UTF-8?q?=20publisher=E2=80=99s=20website?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a177e4..1b18afe 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Perfect for beginners familiar with programming basics, this hands-on guide prov -Learn Go is a beginner-friendly introduction to the Go language. You'll get expert guidance as you work through hands-on exercises. First, you'll walk through basic constructs of the language while building a spaceline ticket generator. Next you'll move on to the type system, decoding text messages from space, and making calculations. You'll discover functions, methods, and collections. And then you'll dive into more advanced topics like nitty-gritty memory management with pointers and Go's concurrency primitives. The last few chapters cover code management in larger projects and automated testing. +*Learn Go* is a beginner’s guide to the Go programming language, aimed squarely at hobbyists and new developers. It’s chock-full of exercises that you can tackle with nothing more than a web browser. Move forward each day with succinctly written chapters punctuated by elaborate challenges. By the end you will have cracked ancient ciphers, discovered the wonders of cellular automatons, planned a vacation on Mars, and directed rovers to gather weather data. This is just the beginning. What you build next is up to you. ### [Go Programming by Example](https://www.amazon.com/Go-Programming-Example-Agus-Kurniawan-ebook/dp/B00TWLZVQQ) From 75ccad7c5145310460e7b493cbf2ffdd7d56f638 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Fri, 29 Jul 2016 15:17:39 -0600 Subject: [PATCH 4/4] what is this awesome_bot thing anyway? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8c06df5..1f5b69e 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 + - 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