Skip to content

Go byte should be C unsigned char #3

@TotallyGamerJet

Description

@TotallyGamerJet

I see that in the README it lists Go's byte and int8 as a C char. However, the Go spec says,

byte alias for uint8

Since uint8 is from [0,255] as is an unsigned char in C I believe that Go's byte should be a C unsigned char.

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