Skip to content

Commit

Permalink
Add the Go programming language resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ladrift committed Oct 9, 2016
1 parent a91c893 commit 26ce6d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions programming-language-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
- [Software Construction In Java (video)](https://www.edx.org/course/software-construction-java-mitx-6-005-1x)
- [Introduction To Programming In Java](http://introcs.cs.princeton.edu/java/home/)
- [Algorithms 4th Ed - Algorithm Book In Java](http://algs4.cs.princeton.edu/home/)
- Go
- [The Go programming Language](https://golang.org/)
- [The Go programming Language (book)](http://www.gopl.io/)
- [A Tour of Go](https://tour.golang.org/)
- [Effective Go](https://golang.org/doc/effective_go.html)
- [Go Wiki](https://golang.org/wiki)
- Other Language 1
- Other Language 2
- etc

0 comments on commit 26ce6d7

Please sign in to comment.