Package bytes implements functions for byte slice manipulation.
Compare compares two byte slices lexicographically. The result is 0 if a == b, -1 if a < b, and +1 if a > b.