# README
go-autofile
# Packages
No description provided by the author
# Functions
GroupCheckDuration allows you to overwrite default groupCheckDuration.
GroupHeadSizeLimit allows you to overwrite default head size limit - 10MB.
GroupTotalSizeLimit allows you to overwrite default total size limit of the group - 1GB.
OpenAutoFile creates an AutoFile in the path (with random ID).
OpenGroup creates a new Group with head at headPath.
# Structs
AutoFile automatically closes and re-opens file for writing.
You can open a Group to keep restrictions on an AutoFile, like
the maximum size of each chunk, and/or the total amount of bytes
stored in the group.
GroupInfo holds information about the group.
GroupReader provides an interface for reading from a Group.