|
|
|
|
|
by DoctorOW
667 days ago
|
|
I hope I don't sounds rude saying this but Go code is generally self evident. I personally got my Go knowledge from reading Go code on GitHub or the like. There's a certain beauty to Go code in that you can grasp what code does pretty easily, which definitely helps with learning. |
|
The good news is that the language and stdlib docs are concise and extremely clear. One of the really impressive things about Go.