package correct import "strings" func ToLower(s string) string { return strings.ToLower(s) }