An open API service indexing awesome lists of open source software.

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

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/)