Skip to content

读取分片的time字段错误 #1

@chaijunkun

Description

@chaijunkun

main.go的第83行:
time := BytesToInt32(r[j+8 : j+16])
应当为:
time := BytesToInt32(r[j+8 : j+12])

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