We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058d4eb commit 690d379Copy full SHA for 690d379
connection_helper.go
@@ -67,7 +67,7 @@ func (c *Connection) readHandshakeSuccess() error {
67
return nil
68
}
69
70
-func (c *Connection)(token int64, q []byte) error {
+func (c *Connection) writeQueryg(token int64, q []byte) error {
71
pos := 0
72
dataLen := 8 + 4 + len(q)
73
0 commit comments