diff options
Diffstat (limited to 'pkg/data/get.go')
| -rw-r--r-- | pkg/data/get.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/data/get.go b/pkg/data/get.go index 8dafb24..840ca53 100644 --- a/pkg/data/get.go +++ b/pkg/data/get.go @@ -45,7 +45,7 @@ func (f Fill) Get(ctx context.Context) (*index.Document, error) { return f.doc, nil } -func (f FillMany) Get(ctx context.Context) (map[string]*index.Document, error) { +func (f *FillMany) Get(ctx context.Context) (map[string]*index.Document, error) { f.docs = make(map[string]*index.Document) f.ids = make(map[string]int) |
