forked from remote/oauth2
fix tests
This commit is contained in:
@@ -32,6 +32,8 @@ func goVersion() string {
|
||||
s = s[:p]
|
||||
}
|
||||
return s
|
||||
} else if p := strings.IndexFunc(s, unicode.IsSpace); p >= 0 {
|
||||
s = s[:p]
|
||||
}
|
||||
|
||||
notSemverRune := func(r rune) bool {
|
||||
|
||||
Reference in New Issue
Block a user