> For the complete documentation index, see [llms.txt](https://devops.sentianse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devops.sentianse.com/notes/learning-go.md).

# Learning Go

I posted recently about exercism.io as a great way to learn a programming language, or to deepen one's understanding of a language by being a mentor.

More specifically to learn Go, here are 3 other sites that I recommend:

* tour of go: <https://tour.golang.org>
* play with go: <https://play-with-go.dev>
* gophercises: <https://courses.calhoun.io>

Oliver Schoenborn
