-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
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
Paste the output of `buffalo info` here!
acaloiaro
Metadata
Metadata
Assignees
Labels
No labels