func bytes.Compare

2 uses

	bytes (current package)
		bytes.go#L26: func Compare(a, b []byte) int {

	encoding/asn1
		marshal.go#L115: 		return bytes.Compare(l[i], l[j]) < 0