Resources that I was using to learn golang
First of all start by this courses or tutorials:
- A Tour of Go
- Go by Example
- Learn Go with Tests
- If you have a few coins to spend on and like watching video-tutorials I’d like to recommend this one
When you feel free to start coding try:
- To read other people’s code, good point of exit is Awesome Go
- To write a tools to automate process which are boring for you - the best to learn coding is to write a lot of code
- To resolve exercises from Gophercises
- To write some challenging thing, like a microservices based ecommerce platform - like I do, dont worry if you fail, keep trying to solve real problems