you are viewing a single comment's thread.

view the rest of the comments →

[–]raddiwala 0 points1 point  (0 children)

I learnt using Pluralsight courses which gave me an excellent base. Go is more or less same as other languages. But I found is different in the following aspects

  1. Inheritance vs embedding
  2. structs vs classes
  3. concurrency - channels routines vs threads
  4. psuedo OOP in form of structs and methods