internal/gover.Version.Patch (field)

7 uses

	internal/gover (current package)
		gover.go#L26: 	Patch string // decimal or ""
		gover.go#L46: 	if c := CmpInt(vx.Patch, vy.Patch); c != 0 {
		gover.go#L79: 	return v != Version{} && v.Patch == "" && v.Kind == "" && v.Pre == ""
		gover.go#L110: 		v.Patch = "0"
		gover.go#L128: 			v.Patch = "0"
		gover.go#L135: 		v.Patch, x, ok = cutInt(x[1:])