Resources that I was using to learn golang

First of all start by this courses or tutorials:

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