In this, my fourth article on the Go programming language, I’m going to tackle the topic of concurrency. This concept of goroutines is one of the languages main selling points, so I’ll be interested to see how they work. We’ll also look at channels, which are used to communicate between goroutines.
This is the 4th of the 6 articles that currently make up the “All Go” series, the first of which was All Go: Basic Semantics.
Read article ( 40 minutes )