graph-gophers / dataloader

Implementation of Facebook's DataLoader in Golang
MIT License
1.21k stars 75 forks source link

Add generic support on next release? #83

Closed tsh96 closed 1 year ago

tsh96 commented 2 years ago

Go will add generic feature on next release(1.18). This feature can bring a significant benefit like static type checking for user.

frederikhors commented 2 years ago

I would really like! And it would also be useful code to learn how to use the new generics!

errorhandler commented 2 years ago

As part of my own learning around generics I've created a fork that is all generics based, for those interested. More than happy to contribute upstream!

pavelnikolov commented 2 years ago

https://github.com/graph-gophers/dataloader/pull/84

csilvers commented 1 year ago

(I don't have the necessary permissions, but I think this can be closed now.)