spf13 / afero

A FileSystem Abstraction System for Go
Apache License 2.0
5.8k stars 498 forks source link

mem: add rudimentary (*FileInfo).Sys() method #349

Open dmke opened 2 years ago

dmke commented 2 years ago

This allows downstream users to act on file ownership.

(A previous version added mem.GetUID()/mem.GetGID() methods, which didn't prove fruitful.)

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.