Concurrency in Go - Part 1
Concurrency is one of the strongest tools in Go but how to use them? Well just put the keyword go before a function. It can't be that easy, does it? Well, not really. Let's see some concurrency patterns in Go.
Introduction
Let's write a simple code
p...
achintya-7.hashnode.dev4 min read