Преглед изворни кода

Merge pull request #670 from Mouseion/patch-go

Fixes for Go list
Mohammad Hossein Mojtahedi пре 12 година
родитељ
комит
3f46d8b3e3
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      free-programming-books.md

+ 3 - 3
free-programming-books.md

@@ -798,11 +798,11 @@
 
 
 ###Go
-* [The Go Tutorial](http://golang.org/doc/go_tutorial.html)
-* [Go by Example](https://gobyexample.com/)
-* [Learning Go](http://www.miek.nl/projects/learninggo/)
 * [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)
 * [Network programming with Go](http://jan.newmarch.name/go/)
+* [The Go Tutorial](http://golang.org/doc/go_tutorial.html)
 
 
 ###Gradle