Versions in this module Expand all Collapse all v0 v0.2.0 Apr 7, 2026 Changes in this version + type CounterReader struct + func NewCounterReader(rc io.ReadCloser) *CounterReader + func (cr *CounterReader) Close() error + func (cr *CounterReader) Count() int64 + func (cr *CounterReader) Read(p []byte) (int, error)