docs icon indicating copy to clipboard operation
docs copied to clipboard

bug: Fix models uuid documentation

Open armondressler opened this issue 2 years ago • 3 comments

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 https://github.com/gobuffalo/buffalo/issues/2256#issuecomment-1120420743 . 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!

armondressler avatar Apr 29 '23 22:04 armondressler

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.

github-actions[bot] avatar May 30 '23 01:05 github-actions[bot]

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)

sio4 avatar Jun 01 '23 13:06 sio4

Done, see https://github.com/gobuffalo/docs/pull/700

armondressler avatar Jun 02 '23 20:06 armondressler