mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 06:32:08 +00:00
10 lines
109 B
Go
10 lines
109 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"github.com/ClickHouse/clickhouse-diagnostics/cmd"
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
cmd.Execute()
|
||
|
}
|