Skip to content

Make Reader unusable after io.EOF and Writer unusable after Close #73

@nhooyr

Description

@nhooyr

I originally did not do this because I didn't want them to hold state so they could be stored as a value inside the interface{} but that isn't possible, Go is allocating it on the heap for me as interface{} can only contain a pointer.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions