internal/gover.Version.Kind (field)

5 uses

	internal/gover (current package)
		gover.go#L27: 	Kind  string // "", "alpha", "beta", "rc"
		gover.go#L49: 	if c := cmp.Compare(vx.Kind, vy.Kind); c != 0 { // "" < alpha < beta < rc
		gover.go#L79: 	return v != Version{} && v.Patch == "" && v.Kind == "" && v.Pre == ""
		gover.go#L159: 	v.Kind, x = x[:i], x[i:]