# A community-developed interactive Go tour with expanded content and exercises

DevFeed: [A community-developed interactive Go tour with expanded content and exercises](<https://devfeed.tech/articles/ultimate-go-tour-22230.md>)

Original publisher: [Read original article](<https://www.ardanlabs.com/blog/2024/01/ultimate-go-tour.html>)

Published: 2024-01-15T00:00:00Z

Content type: tutorial

Language: en

Sources: [William Kennedy](<https://devfeed.tech/sources/william-kennedy.md>)

Topics: [Go Language](<https://devfeed.tech/topics/go-language.md>), [Learning](<https://devfeed.tech/topics/learning.md>), [Programming](<https://devfeed.tech/topics/programming.md>), [Algorithms](<https://devfeed.tech/topics/algorithms.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [algorithms](<https://devfeed.tech/tags/algorithms.md>), [beginner](<https://devfeed.tech/tags/beginner.md>), [code](<https://devfeed.tech/tags/code.md>), [go](<https://devfeed.tech/tags/go.md>), [golang](<https://devfeed.tech/tags/golang.md>), [learning](<https://devfeed.tech/tags/learning.md>), [programming](<https://devfeed.tech/tags/programming.md>)

## AI overview

The article presents a community-developed interactive Go tour created to expand the official Go Tour with more comprehensive explanations, examples, exercises, solutions, multilingual content, and search across the material.

## Source excerpt

I have always appreciated the Go Team investing time on providing the community with the Go Tour. This website is designed to help developers get started in learning the Go programming language. The nice part of the website is that it provides an interactive environment where one can read, write, and run Go examples. Since the first time I've navigated this tour, I've had a few problems. First, this tour is not comprehensive both in the number of examples and the content explaining the examples. Second, the content goes from beginner to expert almost instantly. I've always wanted to extend and improve the tour, but since this is a Google property, no one except Google employees can work on it.