After asking for a first programming language here, I've decided learning Go.
After some searching I've found that the beginner learning resources are some years old. Can anyone suggest some beginner resources for someone that likes to learn by doing stuff?
Thank you.
I assume you have already tried the official tutorials, but Go By Example is a great "learn by doing" kind of tutorial. Others that I found in a quick DDG search:
I've spend a bit of time in Go by Example but I felt that I wasn't building anything (if that makes sense). Like when I learned what variables are I expected that I'd get some type of homework or something.