Skip to content

Commit

Permalink
add useful modes back
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Jul 27, 2020
1 parent 1b182da commit 67bbb25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion internal/util/projutil/project_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ import (
)

const (
FileMode = 0644
// Useful file modes.
DirMode = 0755
FileMode = 0644
ExecFileMode = 0755
)

const (
Expand Down

0 comments on commit 67bbb25

Please sign in to comment.