Skip to content

Implement AppendText and AppendBinary #193

Description

@JonasDoe

Starting with Go 1.24, the TextAppender and the BinaryAppender interface have been introduced and got implemented by the standard library. Description from https://tip.golang.org/doc/go1.24:

These interfaces provide the same functionality as TextMarshaler and BinaryMarshaler, but instead of allocating a new slice each time, they append the data directly to an existing slice. These interfaces are now implemented by standard library types that already implemented TextMarshaler and/or BinaryMarshaler.

it would probably nice if uuid supported those as well.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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