diff --git a/internal/proto/writer.go b/internal/proto/writer.go index aafe99a1..2ce02dc2 100644 --- a/internal/proto/writer.go +++ b/internal/proto/writer.go @@ -13,7 +13,8 @@ import ( type writer interface { io.Writer io.ByteWriter - io.StringWriter + //io.StringWriter + WriteString(s string) (n int, err error) } type Writer struct {