DEV Community

Luki
Luki

Posted on

Im trying to learn golang. there some good refrence to learn golang?

#go

Top comments (6)

Collapse
 
rubenwap profile image
Ruben Sanchez

I would say that a very good resource is exercism.io/ It has something other platforms don't easily offer: Real human people reviewing your exercises and giving you useful feedback (for free!)

I am currently doing the Golang track over there and I am pretty happy. Mentors are great and exercises are challenging enough, so once you have mastered the basics via A tour of Go, you are ready to use this.

Collapse
 
lukidwianto profile image
Luki

Thank you Ruben Sanchez for the refrence. Wish you all the best

Collapse
 
delta456 profile image
Swastik Baranwal

There are plenty of tutorials, blogs and books already. Read Go in Action, Go Programming Language and Effective Go. See references like Learn Go in Y Minutes and Go by Example. Subscribe to golang blogs and most important thing, Practice Code!

Collapse
 
cyberjack profile image
CyberJack

I liked Learn Go with Tests

Really explains the language in a easy to follow test driven way.

Collapse
 
bastianrob profile image
Robin
Collapse
 
robertguss profile image
Robert Guss • Edited

Free Code Camp has a great 6 hour free course: youtu.be/YS4e4q9oBaU

Also learn.go.dev/

hackr.io/tutorials/learn-golang

gophercises.com/