Orchestrate Your Go Routines Using Channels

Israel Miles
Level Up Coding
Published in
4 min readDec 2, 2020

--

Level up your GoLang concurrency skills by using channels to communicate and pass information between Go routines!

Go has risen to fame in large part due to its clean and efficient take on concurrency. We can use Go routines to run multiple threads in the background of our main program for a huge boost in efficiency. But how can we communicate between our go routines or share resources…

--

--

Software Engineer at Audible. Remote Work Proponent and writer of anything that gets a rant out of me.