fix: enable gofumpt instead of gofmt linter in client
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
@ -20,7 +20,7 @@ import "os"
|
||||
|
||||
const (
|
||||
// PrivateDirMode grants owner to make/remove files inside the directory.
|
||||
PrivateDirMode = 0700
|
||||
PrivateDirMode = 0o700
|
||||
)
|
||||
|
||||
// OpenDir opens a directory for syncing.
|
||||
|
Reference in New Issue
Block a user