浏览代码

Alphabetize Go list

Chris Ben 12 年之前
父节点
当前提交
7a66e53a20
共有 1 个文件被更改,包括 2 次插入2 次删除
  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