graph-gophers / dataloader

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

Go Modules support #66

Closed jpastoor closed 4 years ago

jpastoor commented 4 years ago

Here my take on the changes that might be needed to switch to Go Modules using semver.

Fixes #65

AttilaTheFun commented 4 years ago

Thanks for putting this up Joost! @tonyghita I'd love to see this land if you're open to it :)

oskbor commented 4 years ago

Any chance this could be landed soon?

tonyghita commented 4 years ago

Thanks for the contribution and your patience, circling back to this now.

tonyghita commented 4 years ago

I've opened #67 in favor of this change, as I've added a few more edits to the change.

tonyghita commented 4 years ago

Merged as #67, thank you @jpastoor!