some lint fixes

This commit is contained in:
ston1th 2021-11-05 22:10:52 +01:00
commit 9f4fda3c8b
11 changed files with 36 additions and 40 deletions

View file

@ -14,8 +14,8 @@ import (
)
const (
DirMode = 0750
FileMode = 0640
DirMode = 0o750
FileMode = 0o640
)
// Directory represents a directory and its contents