func internal/gover.Parse

6 uses

	internal/gover (current package)
		gover.go#L37: 	vx := Parse(x)
		gover.go#L38: 	vy := Parse(y)
		gover.go#L78: 	v := Parse(x)
		gover.go#L84: 	v := Parse(x)
		gover.go#L93: 	return Parse(x) != Version{}
		gover.go#L98: func Parse(x string) Version {