diff options
Diffstat (limited to 'iterator.go')
| -rw-r--r-- | iterator.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
