diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-04-19 00:53:33 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-04-19 01:01:52 +0200 |
| commit | 587ac99d26a026c4441ce224f52105d2dbd3751b (patch) | |
| tree | 83b8d130d03c958e410870e9705204fc3661eb7d /iterator.go | |
| parent | 23429646da1d07d6a8632263a167f167d9971f35 (diff) | |
| download | go-schwift-587ac99d26a026c4441ce224f52105d2dbd3751b.tar.gz | |
run `go fix ./...`
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 } |
