Closed futurechallenger closed 5 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
go get
go get -u gopkg.in/nicksrandall/dataloader.v5
import "gopkg.in/nicksrandall/dataloader.v5"
+1 need set correct tag version. v5.0.0
I've cut the v5 release with semantic versioning https://github.com/graph-gophers/dataloader/releases/tag/v5.0.0
go get
command can only get V4 package, not V5. But this can help:go get -u gopkg.in/nicksrandall/dataloader.v5
, then