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