0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

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
}