Skip to content

使用messagepack注意事项 #845

@lifeiyi

Description

@lifeiyi

messagepack结构体中,map的key只能为string。
如:
//go:generate msgp
type TestStruct struct {
TestMap map[string]int
}
若为
//go:generate msgp
type TestStruct struct {
TestMap map[int]int
}
在RPC调用时会造成数据丢失

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions