Why not?
source | Priority (linux-based :) |
---|---|
https://github.com/golang/go/wiki | covers wide range of questions I have about go |
https://go.dev/tour/ | |
https://go.dev/doc/code | |
https://godbolt.org/ | waste of time :) in case that you are geek enough | insert your go programs to learn more about go-internals |
https://github.com/astaxie/build-web-application-with-golang | |
https://github.com/hackstoic/golang-open-source-projects | contribute to some of the open-source projects out there to deepen your understanding and engage with an outstanding community! |
https://go.dev/doc/contribute | Or maybe become a go compiler contributer! I am proud of you :) |
https://github.com/teh-cmc/go-internals | in case that you are geek enough | It is a dead book but worth mentioning |
Read concurrency in go! I'm currently reading it in Nowruz Holiday.