-
Notifications
You must be signed in to change notification settings - Fork 153
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
bug: Fix models uuid documentation #699
Comments
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment. Otherwise, this will be closed in 7 days. |
Thank you for reporting that issue! https://github.com/gobuffalo/docs is the repository for the documentation. Could you please open a PR for the update? I will take care of the CONTRIBUTION file. (I moved the issue here) |
armondressler
added a commit
to armondressler/docs
that referenced
this issue
Jun 2, 2023
Done, see #700 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Description
TLDR: replace "github.com/gobuffalo/uuid" with "github.com/gofrs/uuid" in the docs
This requires a a small change in the documentation. I couldn't find out how to create a PR for the documentation and the link to the CONTRIBUTING document used in https://github.com/gobuffalo/buffalo seems to be broken.
The docs in https://gobuffalo.io/documentation/database/models/ refer to an import of a now archived uuid package:
"github.com/gobuffalo/uuid"
This issue has already been discussed in gobuffalo/buffalo#2256 (comment) . Running
buffalo fix
changes the faulty import to"github.com/gofrs/uuid"
To Reproduce
No response
Additional Context
Details
The text was updated successfully, but these errors were encountered: