Skip to content

maps with int keys #257

@skaldesh

Description

@skaldesh

Hey, I was wondering, why does the code generator ignore my map in this struct?

type Test struct {
    M map[int]int `msgp:"m"`
}

As far as I know, the message pack spec allows such keys for maps

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