https://github.com/nhsz/learn-go
:books: Free Golang learning resources
https://github.com/nhsz/learn-go
go golang programming
Last synced: 9 months ago
JSON representation
:books: Free Golang learning resources
- Host: GitHub
- URL: https://github.com/nhsz/learn-go
- Owner: nhsz
- License: mit
- Created: 2017-04-14T21:10:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T19:59:18.000Z (over 8 years ago)
- Last Synced: 2025-02-08T18:47:13.837Z (11 months ago)
- Topics: go, golang, programming
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# learn-go
:books: Free Golang learning resources
## Tutorials
- [A Tour of Go](https://tour.golang.org/list)
- [Go by Example](https://gobyexample.com/)
- [Effective Go – tips for writing clear, idiomatic Go code](https://golang.org/doc/effective_go.html)
- [Go Web Programming Bootcamp](http://www.golang-book.com/guides/bootcamp)
- [Web Development with Go (samples)](https://www.youtube.com/playlist?list=PLVEltXlEeWglOJ42pCxf22YVyxkzan3Xg)
- [Resources for new Go programmers](https://dave.cheney.net/resources-for-new-go-programmers)
## Books
- [An Introduction to Programming in Go](http://www.golang-book.com/books/intro)
- [The Little Go Book](http://openmymind.net/The-Little-Go-Book/)
- [Build Web Application with Golang](https://www.gitbook.com/book/astaxie/build-web-application-with-golang/details)
- [Webapps in Go](https://leanpub.com/antitextbookGo/)
- [Learning Go](https://miek.nl/go/)
- [Network programming with Go](https://jan.newmarch.name/go/)
## Blogs
- [Dave Cheney](https://dave.cheney.net/)
- [Going Go Programming](https://www.goinggo.net/)