graph-gophers / dataloader

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

`go get` can only get V4 #42

Closed futurechallenger closed 5 years ago

futurechallenger commented 6 years ago

go get command can only get V4 package, not V5. But this can help: go get -u gopkg.in/nicksrandall/dataloader.v5, then

import "gopkg.in/nicksrandall/dataloader.v5"
pugovok commented 5 years ago

+1 need set correct tag version. v5.0.0

tonyghita commented 5 years ago

I've cut the v5 release with semantic versioning https://github.com/graph-gophers/dataloader/releases/tag/v5.0.0