The switch statement runs a specific code block based on the match case. It takes an expression that has to match a series of cases.
In golang, you can convert strings into lower case by using the ToLower() function from the string package. It accepts strings as an argument and converts into lower case.
Golang provides a ToUpper() function that converts strings into uppercase.