Go resources

Rajiv Ranjan Singh

Rajiv Ranjan Singh / March 05, 2022

2 min read––– views

Go Resources

First, you should take the language tour: https://tour.golang.org/

Then, you should visit:

There are some awesome websites as well:

There's also an exhaustive list of videos http://gophervids.appspot.com related to Go from various authors.

If you prefer books, you can try these:

If you want to learn how to organize your Go project, make sure to read: https://medium.com/@benbjohnson/standard-package-layout-7cdbc8391fc1#.ds38va3pp.

Once you are accustomed to the language and syntax, you can read this series of articles for a walk through the various standard library packages: https://medium.com/go-walkthrough.

Finally, https://github.com/golang/go/wiki#learning-more-about-go will give a list of even more resources to learn Go.