From 7a6d5f5ebe5fa9b74ec58b79baf79b369d496e21 Mon Sep 17 00:00:00 2001 From: xuri Date: Sun, 29 May 2022 19:37:10 +0800 Subject: This initialized support for encryption workbook by password, ref #199 - Remove exported variable `ErrEncrypt` --- errors.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'errors.go') diff --git a/errors.go b/errors.go index 9806293..6606f1e 100644 --- a/errors.go +++ b/errors.go @@ -112,8 +112,6 @@ var ( // ErrMaxFilePathLength defined the error message on receive the file path // length overflow. ErrMaxFilePathLength = errors.New("file path length exceeds maximum limit") - // ErrEncrypt defined the error message on encryption spreadsheet. - ErrEncrypt = errors.New("not support encryption currently") // ErrUnknownEncryptMechanism defined the error message on unsupported // encryption mechanism. ErrUnknownEncryptMechanism = errors.New("unknown encryption mechanism") -- cgit v1.2.1