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

View File

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