# Functions
BytesToTime converts a []byte to time.Time.
MaxTime returns the maximum time in go.
MinTime returns the zero or minimum time.
New creates a RootLog.
TimeToBytes convert time.Time to []byte in a sortable way.
# Constants
TimeBytesLength is the byte count of the array returned by TimeToBytes.
# Interfaces
RootLog interface allows managing named logs.