package correct import "strings" func Compare(a, b string) int { return strings.Compare(a, b) }