Skip to content

proposal: cmp: Add constants LessThan, GreaterThan, EqualTo #61593

@earthboundkid

Description

@earthboundkid

Along the lines of io.SeekStart, add constants to cmp to make the magic numbers more readable:

const (
    LessThan = -1
    EqualTo = 0
    GreaterThan = 1
)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions