Ver código fonte

Alphabetize Go list

Chris Ben 12 anos atrás
pai
commit
7a66e53a20
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      free-programming-books.md

+ 2 - 2
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