Skip to content

Commit

Permalink
Fix README example for Debugf (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
aramperes committed Dec 19, 2023
1 parent cb7bdb4 commit 40342ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 40342ba

Please sign in to comment.