Closed zaydek closed 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 )
Then we can put 0644 and 0755 there (does os.File* not resolve to one of these values?).