# README
IO
This package provides interfaces for working with file IO. Currently it provides functionality for consistently reading a file.
# Functions
ConsistentRead repeatedly reads a file until it gets the same content twice.
ReadAtMost reads up to `limit` bytes from `r`, and reports an error when `limit` bytes are read.
# Variables
ErrLimitReached means that the read limit is reached.