Skip to content

transition to go1.27 std implementations of NewV4, NewV7 #221

Description

@adonovan

Now that Go 1.27 will include the uuid package in the standard library, consider providing files tagged with //go:build go1.27 that contain alternate definitions of the NewV7 and NewV4 functions that simply delegate to the standard implementations. Furthermore you could add //go:fix inline comments to the shim functions so that users who run go fix will find the intermediate calls away, eliminate the dependency on this module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions