DEV Community

Discussion on: Learning Golang - day 1

Collapse
 
lucassperez profile image
Lucas Perez

Nice! πŸ‘ I have also started to look at Go, although very lightly and just for fun. I like static types a lot.

The compile times in Go are very good, and the Tour of Go is a nice starting point, although I wouldn't accumulate resources, because this usually lead to overload and frustration. Like you perfectly put yourself, one resource at a time.

I think my two biggest beginner struggles were knowing how to iterate over a string and how to initialize a map without keys to add them later. πŸ˜