You can make computers faster by programming them to do things concurrently instead of sequentially. And if you have multiple CPUs (which nowadays you almost certainly have) these things are done in parallel.
This is the first part of a series introducing Bash programmers to Go. This part goes through the language building blocks that will be used in later parts.