Skip to content

Make default permissions configurable #41

@matiasinsaurralde

Description

@matiasinsaurralde

0755 is always used when invoking os.MkdirAll. Wandering if this should be configurable, at least in a global way:

E.g.

...
if err := os.MkdirAll(destDir, 0755); err != nil {
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions