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
I see that you are importing gorp from github.com/go-gorp/gorp.
This is the unstable "bleeding edge" version. We are working on breaking changes, it is likely that your program will fail to compile unless you update your code to reflect the changes.
Please use gopkg.in/gorp.v1 as import path, it provides the last stable gorp v1 release and will not break (unless a breaking change is required to fix a security issue).
When the changes to the master branch are complete, v2 will be released. See go-gorp/gorp#270 for more information.
Thanks.
The text was updated successfully, but these errors were encountered:
I see that you are importing
gorp
fromgithub.com/go-gorp/gorp
.This is the unstable "bleeding edge" version. We are working on breaking changes, it is likely that your program will fail to compile unless you update your code to reflect the changes.
Please use
gopkg.in/gorp.v1
as import path, it provides the last stable gorp v1 release and will not break (unless a breaking change is required to fix a security issue).When the changes to the master branch are complete, v2 will be released. See go-gorp/gorp#270 for more information.
Thanks.
The text was updated successfully, but these errors were encountered: