some lint fixes
This commit is contained in:
parent
88ac31dcd9
commit
9f4fda3c8b
11 changed files with 36 additions and 40 deletions
|
|
@ -14,8 +14,8 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
DirMode = 0750
|
||||
FileMode = 0640
|
||||
DirMode = 0o750
|
||||
FileMode = 0o640
|
||||
)
|
||||
|
||||
// Directory represents a directory and its contents
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue