func strings.ToTitle

one use

	strings (current package)
		strings.go#L682: func ToTitle(s string) string { return Map(unicode.ToTitle, s) }