-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing packages on generate #3
Comments
Found the perpetrator: go-queryset/queryset/bootstrap.go Line 58 in 8c5bf5e
I'm just wondering why these packages? |
Thank you for this report! I've fixed bad import in |
Now goimports isn't needed: we use goimports source code and call it directly |
When I run
go generate ./...
using the latest master code. I get a file called autogenerated_***.go just like the readme states it should. The problem is that it is importing a package called base "github.com/jirfag/go-queryset/queryset/base" which doesn't seem to exist.It also misses the packages "time" and "fmt"
Any ideas?
The text was updated successfully, but these errors were encountered: