default keyword in Go

The default keyword is used in default statement in Go. 
The default statement is optional. The switch jumps to the default value if the case does not match the controlling expression.