Versions in this module Expand all Collapse all v0 v0.5.0 Jul 31, 2023 Changes in this version + type Error struct + Message string + Type ErrorType + func New(errorType ErrorType, reason string) *Error + func (e *Error) Error() string + func (e *Error) Is(target error) bool + func (e *Error) Unwrap() error + type ErrorType int + const IoError + const LineNumTooLargeError + const LineNumZeroError + const LoggerError