package utils import "errors" var ErrIncorrectFormat = errors.New("incorrect_format") var ErrInternalError = errors.New("internal_error")