Just like printing to the console, reading input from the console with Go is very straightforward. This post aims to teach you just that by going through the steps on how to create a script that outputs 'Hello {name}', where {name} is provided by use...