Capitalize
#
Capitalizefunc Capitalize(str string) string
Converts the first character of string to upper case and the remaining to lower case:
func Capitalize(str string) string
Converts the first character of string to upper case and the remaining to lower case: