For further actions, you may consider blocking this person and/or reporting abuse
Read next
7 Open Source Projects You Should Know - Go Edition ✔️
Domenico Tenace -
Simplifying Go Integration Tests with gofacto: A Powerful Factory for Mock Data
Eyo -
How to Create Your First Mac App Using Go
Amr Saafan -
Build Go Serverless REST APIs and Deploy to AWS using the SAM framework (Amazon Linux 2 Runtime)
Jorge Tovar -
Top comments (6)
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.Thank you Ruben Sanchez for the refrence. Wish you all the best
There are plenty of tutorials, blogs and books already. Read
Go in Action
,Go Programming Language
andEffective Go
. See references likeLearn Go in Y Minutes
andGo by Example
. Subscribe to golang blogs and most important thing, Practice Code!I liked Learn Go with Tests
Really explains the language in a easy to follow test driven way.
gobyexample.com/
Free Code Camp has a great 6 hour free course: youtu.be/YS4e4q9oBaU
Also learn.go.dev/
hackr.io/tutorials/learn-golang
gophercises.com/