Go Learning Ressources

Wednesday, October 4, 2023 · 1 minute · 144 words

This is a list of useful ressources you can access freely on the web, to learn Go :

  • Go Playground : Try Go without installing nothing on your computer.

  • Learn Go with Tests : I like this one because not only you learn the language but also the good practice to test your code.

  • Go by Example : Showing code example with annotations helps understand common usage of the language.

  • A Huge Number of Go Examples, Exercises and Quizzes : I think this is a good way to practice a new language, looking for errors in a program and trying to fix them. The format is not easy to follow : it is a git repository and documents are in folders as markdown file or PDF.

This list is a work in progress and will be updated each time I find a valuable ressource

go