|
|
|
|
|
by wcedmisten
1312 days ago
|
|
A good place to start is their official "tour". I found it a little bit redundant coming from already knowing common programming constructs and C, but it was still a good introduction to the syntax and especially for the more unique features like Goroutines. https://go.dev/tour/list |
|