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