Skip to content

Commit 0adcd1f

Browse files
committed
add file directive to allow compilation by versions older than 1.23
1 parent 750ce5d commit 0adcd1f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/clickhouse_api/iterators.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build !go1.23
2+
13
package clickhouse_api
24

35
import (

0 commit comments

Comments
 (0)