func internal/gover.CmpInt

6 uses

	internal/gover (current package)
		gover.go#L40: 	if c := CmpInt(vx.Major, vy.Major); c != 0 {
		gover.go#L43: 	if c := CmpInt(vx.Minor, vy.Minor); c != 0 {
		gover.go#L46: 	if c := CmpInt(vx.Patch, vy.Patch); c != 0 {
		gover.go#L52: 	if c := CmpInt(vx.Pre, vy.Pre); c != 0 {
		gover.go#L127: 		if CmpInt(v.Minor, "21") < 0 {
		gover.go#L186: func CmpInt(x, y string) int {