A Tour of GO
You can do the tour by yourself through its official website!
Basically, you'll find here the same code presented to you within the tour, maybe with some enhancements, overall the same, though.
How did I start this project?
As I use nvm
, rbenv
, pyenv
, and similars, I found one with the same purpose called goenv
(know more how I handle them looking at my personal-environment repository).
After installing the latest version of Go, I just issued the following command:
go mod init github.com/willianantunes/a-tour-of-go
Then I could start the tour!
Interesting links