#go
Read more stories on Hashnode
Articles with this tag
Golang Goroutines is an interesting take on the programming paradigm as it provides the most basic way to get started with concurrency. Just adding go...
Naming in Go is one of the most confusing parts for me, as someone who has come from a background in JavaScript. So here I'm sharing some pointers...