DEV Community

Discussion on: I'm learning all about Erlang this weekend. I'm feeling pretty lost but I'm having fun.‬

Collapse
 
codehakase profile image
Francis Sunday

Hey check my profile, I wrote on how I learned Go

Collapse
 
inidaname profile image
Hassan Sani

Really I will definitely do

Thread Thread
 
kataras profile image
Gerasimos (Makis) Maropoulos • Edited

The easiest way to learn Go is by reading open-source projects, I happens to maintain one of the most popular go packages iris-go.com and the 6th most trending open-source project last year, github globe. You'll learn a lot from its code, it has simple and "superior" code, you will see how design patterns are applied in Go and how web works at general(I'm assuming that's why you select to learn Go at the first place)

Thread Thread
 
codehakase profile image
Francis Sunday

Yeah, reading source code from existing projects, aids in your learning too. I had to do just that to organize my code in a design pattern recommended by community.