vektah / dataloaden

go generate based DataLoader
MIT License
528 stars 79 forks source link

can't generate loader, no matches found #58

Closed Abdubek closed 3 years ago

Abdubek commented 3 years ago

go run github.com/vektah/dataloaden ProjectLoader int *myprivate.domain/backend.api/internal/domain.Project

zsh: no matches found: *myprivate.domain/backend.api/internal/domain.Project

how can this be solved?

image

Abdubek commented 3 years ago

I found a solution here, https://github.com/vektah/dataloaden/issues/35, and wrote without an asterisk

koslib commented 1 year ago

Am I the only one who still has this problem? I can generate the dataloader file by specifying github.com/my/package.Model, however it always fails when I do []*github.com/my/package.Model. Any ideas on this?