We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b48bd7 commit e3cc575Copy full SHA for e3cc575
4 files changed
examples/clickhouse_api/iterators.go
@@ -1,3 +1,5 @@
1
+//go:build !go1.23
2
+
3
package clickhouse_api
4
5
import (
lib/driver/iter.go
package driver
lib/driver/iter_test.go
tests/iterator_test.go
package tests
0 commit comments