Skip to content

Commit 690d379

Browse files
committed
Fixed build
1 parent 058d4eb commit 690d379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connection_helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func (c *Connection) readHandshakeSuccess() error {
6767
return nil
6868
}
6969

70-
func (c *Connection)(token int64, q []byte) error {
70+
func (c *Connection) writeQueryg(token int64, q []byte) error {
7171
pos := 0
7272
dataLen := 8 + 4 + len(q)
7373

0 commit comments

Comments
 (0)