You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Directory and file names that begin with "." or "_" are ignored
by the go tool, as are directories named "testdata".
You could rename example to _examples. That should get all of the Go tooling to ignore the whole directory. My testing on my machine indicates that the projects inside of _examples would still function normally if directly compiled. ie: go install ./_examples/dataloader works but go install ./_examples/... will have "matched no packages"
What happened?
I removed
dataloaden
from my project (because of this) but I'm still havingdataloden
in mygo.mod
as anindirect
dependency. Why?I searched in project for "dataloaden" but nothing appears except for
example
dir. Is this the problem?I also tried with:
go mod why github.com/vektah/dataloaden
in my project, which shows:
What did you expect?
To remove it completely.
versions
gqlgen version
v0.14.0go version
1.17.3The text was updated successfully, but these errors were encountered: