Update quic-go dependency to support go 1.20 (#2292)

This commit is contained in:
Deltadroid 2023-02-02 12:42:11 +01:00 committed by GitHub
parent 5438eed2f4
commit c3fd855831
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
296 changed files with 14851 additions and 2397 deletions

View file

@ -494,7 +494,7 @@ func (in *input) endToken(kind tokenKind) {
in.token.endPos = in.pos
}
// peek returns the kind of the the next token returned by lex.
// peek returns the kind of the next token returned by lex.
func (in *input) peek() tokenKind {
return in.token.kind
}