Eduardo R. Golding
Eduardo R. Golding
I would like to understand the reasoning behind this [BatchFunc type](https://github.com/graph-gophers/dataloader/blob/master/dataloader.go#L35) especially why is it a Slice of Pointers as it could potentially lead to memory leakages, as the opposite...

This pull request enables the utilization of goImport as a source for generating mocks. It enhances the flexibility and usability of the package by allowing developers to seamlessly create mocks...