Versions in this module Expand all Collapse all v0 v0.0.2 Mar 17, 2022 v0.0.1 Nov 8, 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)