mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 21:47:40 +03:00
refactor(gofumpt): run gofumpt over the code
This commit is contained in:
parent
32b75262ad
commit
b8d8ca6301
30 changed files with 52 additions and 61 deletions
2
maddy.go
2
maddy.go
|
@ -232,7 +232,7 @@ func InitDirs() error {
|
|||
}
|
||||
|
||||
func ensureDirectoryWritable(path string) error {
|
||||
if err := os.MkdirAll(path, 0700); err != nil {
|
||||
if err := os.MkdirAll(path, 0o700); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue