Skip to content

Support 32-bit architectures #72

@jaekwon

Description

@jaekwon

Support a field tag like

type MyStruct struct {
    MyField uint32 `binary:”uvarint"`
}

instead of

type MyStruct struct {
    "MyField uint"
}

and replace usage of (u)int, make it explicitly (u)int64/32/16.

Metadata

Metadata

Assignees

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