A Go function consists of a signature (or header) followed by a block of code that will be executed when the function is called. Here’s a function that prints a greeting message: ...