Skip to content

Commit ed5dd6c

Browse files
committed
lint - fix all structcheck
(cherry picked from commit f03d0f5)
1 parent 8c7880f commit ed5dd6c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

client/stmt.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ import (
1010
)
1111

1212
type Stmt struct {
13-
conn *Conn
14-
id uint32
15-
query string
13+
conn *Conn
14+
id uint32
1615

1716
params int
1817
columns int

0 commit comments

Comments
 (0)