Go tip does not like using string(i) where i untyped int (#159)

This commit is contained in:
Joshua Humphries 2020-05-14 19:38:08 -04:00 committed by GitHub
parent b58182a88d
commit 939766fb42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ func (f *jsonRequestParser) NumRequests() int {
} }
const ( const (
textSeparatorChar = 0x1e textSeparatorChar = '\x1e'
) )
type textRequestParser struct { type textRequestParser struct {