diff --git a/README.md b/README.md index d27f75271e..79b963cde7 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Support for the ClickHouse protocol advanced features using `Context`: }, Debug: true, Debugf: func(format string, v ...any) { - fmt.Printf(format, v) + fmt.Printf(format+"\n", v...) }, Settings: clickhouse.Settings{ "max_execution_time": 60,