This commit is contained in:
Konstantin Lebedev
2020-08-31 21:52:05 +05:00
parent a8de332beb
commit 22f32e75c4
9 changed files with 9 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ const PaginationSize = 1024 * 256
var (
OS_UID = uint32(os.Getuid())
OS_GID = uint32(os.Getgid())
UnsupportedListDirectoryPrefixedErr = errors.New("UNSUPPORTED")
ErrUnsupportedListDirectoryPrefixed = errors.New("UNSUPPORTED")
)
type Filer struct {