You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder why os.Stat() doesn't offer atime and if you guys know another way to retrieve this data.
even if there's another way to get this data, would you consider making it available via os.Stat()?
The text was updated successfully, but these errors were encountered:
What did you do?
used os.Stat() to retrieve data about a file
What did you expect to see?
two methods:
What did you see instead?
only .ModTime()
I wonder why os.Stat() doesn't offer atime and if you guys know another way to retrieve this data.
even if there's another way to get this data, would you consider making it available via os.Stat()?
The text was updated successfully, but these errors were encountered: