You've already forked go-clickhouse
mirror of
https://github.com/uptrace/go-clickhouse.git
synced 2025-07-01 00:25:06 +02:00
chore: cleanup unused const
This commit is contained in:
@ -10,11 +10,6 @@ const (
|
|||||||
ClientKeepAlive = 6
|
ClientKeepAlive = 6
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
|
||||||
CompressionDisabled = 0
|
|
||||||
CompressionEnabled = 1
|
|
||||||
)
|
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ServerHello = 0
|
ServerHello = 0
|
||||||
ServerData = 1
|
ServerData = 1
|
||||||
|
Reference in New Issue
Block a user