internal/gover.Version.Pre (field)

5 uses

	internal/gover (current package)
		gover.go#L28: 	Pre   string // decimal or ""
		gover.go#L52: 	if c := CmpInt(vx.Pre, vy.Pre); c != 0 {
		gover.go#L79: 	return v != Version{} && v.Patch == "" && v.Kind == "" && v.Pre == ""
		gover.go#L163: 	v.Pre, x, ok = cutInt(x)