internal/gover.Version.Major (field)

7 uses

	internal/gover (current package)
		gover.go#L24: 	Major string // decimal
		gover.go#L40: 	if c := CmpInt(vx.Major, vy.Major); c != 0 {
		gover.go#L85: 	if v.Minor == "" || v.Major == "1" && v.Minor == "0" {
		gover.go#L86: 		return v.Major
		gover.go#L88: 	return v.Major + "." + v.Minor
		gover.go#L103: 	v.Major, x, ok = cutInt(x)