From f861735aa9cf29bc4b348b7e41e195e1f74fd2ea Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 5 Apr 2023 23:46:29 +0700 Subject: lib/os: add comment to error ErrExtractInputExt --- lib/os/extract.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/os/extract.go b/lib/os/extract.go index 6c89288b..324dd3c2 100644 --- a/lib/os/extract.go +++ b/lib/os/extract.go @@ -31,6 +31,9 @@ const ( ) var ( + // ErrExtractInputExt define an error when the input file extension is + // unknown. + // This does not means that the file is not supported. ErrExtractInputExt = errors.New("unknown extract input extension") ) -- cgit v1.3