hirok biswashirok-biswas.hashnode.dev·Aug 19, 2022How and when to use sync.WaitGroup in GolangGo is known for its first-class support for concurrency, or the ability for a program to deal with multiple things at once. Running code concurrently is becoming a more critical part of programming as computers move from running a single code stream ...Discuss·80 readsGo Language
Rahul Yarragodulablog.rahul-yr.com·Jun 21, 2022What is a Goroutine ? Find the right way to implement goroutine 🔥Why Go ? Go has been widely used in most of the popular production systems such as Kubernetes, Docker, Influx DB, etc. There are mainly 4 reasons behind adoption of Go at such a massive scale. It's simple and elegant Provides built-in concurrency a...Discuss·165 readsGo Language