From 7a66e53a2057ba132cdd368825fe4c88c299c5d9 Mon Sep 17 00:00:00 2001 From: Chris Ben Date: Fri, 24 Jan 2014 21:12:58 -0800 Subject: [PATCH] Alphabetize Go list --- free-programming-books.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index b82476bf..697bb399 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -797,11 +797,11 @@ ###Go -* [The Go Tutorial](http://golang.org/doc/go_tutorial.html) +* [An Introduction to Programming in Go](http://www.golang-book.com/) * [Go by Example](https://gobyexample.com/) * [Learning Go](http://archive.miek.nl/projects/learninggo/index.html) -* [An Introduction to Programming in Go](http://www.golang-book.com/) * [Network programming with Go](http://jan.newmarch.name/go/) +* [The Go Tutorial](http://golang.org/doc/go_tutorial.html) ###Gradle -- GitLab