mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
add dirname
This commit is contained in:
parent
caf5511805
commit
5bf4ff1866
1 changed files with 1 additions and 0 deletions
|
@ -7,4 +7,5 @@ type FileStats struct {
|
|||
Size int64
|
||||
ModTime time.Time
|
||||
IsDir bool
|
||||
DirName string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue