Browse Source

Alphabetize Go list

Chris Ben 12 năm trước cách đây
mục cha
commit
7a66e53a20
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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