Modify stat to embed os.FileInfo differently and update file content reader
This commit is contained in:
@@ -8,5 +8,5 @@ import (
|
||||
// However, I have no idea how to do this on windows, so we're skipping it
|
||||
// for right now.
|
||||
func (s *Stat) CTime() time.Time {
|
||||
return s.Info.ModTime()
|
||||
return s.ModTime()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user