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

This commit is contained in:
Josh Humphries 2020-05-14 13:50:33 -04:00
parent b58182a88d
commit 7ec3259c60
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 {