Skip to content

Please correct some small errors in Readme #17

@dusmart

Description

@dusmart

In section Partial Decoding, there is one line which could not run correctly.

decoder := thrifter.NewDecoder(reader)
should be
decoder := thrifter.NewDecoder(reader, nil)

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