From 587ac99d26a026c4441ce224f52105d2dbd3751b Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sun, 19 Apr 2026 00:53:33 +0200 Subject: run `go fix ./...` --- iterator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iterator.go') diff --git a/iterator.go b/iterator.go index ba5e6f6..3b26a1d 100644 --- a/iterator.go +++ b/iterator.go @@ -144,7 +144,7 @@ func (b *iteratorBase) nextPage(ctx context.Context, limit int) ([]string, error return result, b.i.putHeader(resp.Header) } -func (b *iteratorBase) nextPageDetailed(ctx context.Context, limit int, data interface{}) error { +func (b *iteratorBase) nextPageDetailed(ctx context.Context, limit int, data any) error { if b.eof { return nil } -- cgit v1.2.3