# Functions
CompareKeys compares two GoSumKeys.
Diff returns the difference between the sum and ancestor go.sum files.
Merge merges two go.sum files together.
NewGoSum creates a new GoSum from the given byte slice.
# Variables
ErrGoSumMustHaveThreeFields is returned when a go.sum file invalidly has more than 3 fields per line.
ErrHashMismatch is returned when a hash is added to a go.sum file that does not match the existing hash.