add dirname

This commit is contained in:
Zack Scholl 2018-09-21 21:50:30 -07:00
parent caf5511805
commit 5bf4ff1866

View File

@ -7,4 +7,5 @@ type FileStats struct {
Size int64
ModTime time.Time
IsDir bool
DirName string
}