-
Notifications
You must be signed in to change notification settings - Fork 99
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
Compilation errors while trying to run sample application in README.md #13
Comments
@jinzhu Could you take a look and help? |
I'm also encountering the issue on my end. |
@arindam2 The last release for qor/qor is on the 27th of April 2016, which is very dated. Perhaps you would have to manually override qor and all its dependencies in your
|
@arindam2 here are all the overrides and the constrains that you will need for qor admin, qor and qor auth to work:
|
@KernCheh why can't you just use GitHub releases properly with tags? it's quite hard to point to master and be forced to update the package on every build... |
@alexdor same here, with glide, set all dependencies to branch master, still not work. How to solve?
|
Already fixed it, in case somebody else also uses glide, just do this.
And set view paths
|
dep init -v
.go run main.go
.This throws the following errors:
Some of the code, where
nil
is passed in place of integer, seems incorrect.The text was updated successfully, but these errors were encountered: