Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2026 Changes in this version + type ReaderFunc func(p []byte) (int, error) + func (f ReaderFunc) Read(p []byte) (int, error) + type WriterFunc func(p []byte) (int, error) + func (f WriterFunc) Write(p []byte) (int, error)