graph-gophers / dataloader

Implementation of Facebook's DataLoader in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add generic support on next release?

tsh96 opened this issue · comments

commented

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

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

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!

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