Versions in this module Expand all Collapse all v0 v0.3.1 Aug 21, 2021 Changes in this version + var ErrLimitReached = errors.New("the read limit is reached") + func ConsistentRead(filename string, attempts int) ([]byte, error) + func ReadAtMost(r io.Reader, limit int64) ([]byte, error)