Skip to content

bug: Fix models uuid documentation #699

@armondressler

Description

@armondressler

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions