zaydek / retro-legacy

[WIP] Your friendly neighborhood React static-site generator
MIT License
2 stars 0 forks source link

[Todo] Would be nice to have a constants folder for convenience #25

Closed zaydek closed 3 years ago

zaydek commented 3 years ago

Then we can put 0644 and 0755 there (does os.File* not resolve to one of these values?).

const (
  ModeFile = 0644
  ModeDir  = 0755
)