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.