func cloud.google.com/go/internal/version.notSemverRune

2 uses

	cloud.google.com/go/internal/version (current package)
		version.go#L53: 		if p := strings.IndexFunc(s, notSemverRune); p >= 0 {
		version.go#L69: func notSemverRune(r rune) bool {