else keyword in Go

The else keyword in used in if...else statement. 
The if....else statement allows you to execute one block of code if the specified condition is evaluates to true and another block of code if it is evaluates to false.