Lowwer in go

strings.ToLower(str)
where

strings is the package.
ToLower is the function name.
str is the input string.
Lonely Louse