ngs
ngs copied to clipboard
stat() should be Stat()
To be consistent with other parts, stat()
which returns a Stat
, should be defined as F Stat(...)
.
Open issue: what about lstat
which also returns Stat
?
Should be Stat()
and LinkStat()