diff --git a/format.go b/format.go index a3dc444..73162b7 100644 --- a/format.go +++ b/format.go @@ -69,7 +69,7 @@ func (f *jsonRequestParser) NumRequests() int { } const ( - textSeparatorChar = 0x1e + textSeparatorChar = '\x1e' ) type textRequestParser struct {