add dirname
This commit is contained in:
parent
caf5511805
commit
5bf4ff1866
|
|
@ -7,4 +7,5 @@ type FileStats struct {
|
|||
Size int64
|
||||
ModTime time.Time
|
||||
IsDir bool
|
||||
DirName string
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue