kill perf

This commit is contained in:
Richard Patel
2018-11-06 01:44:09 +01:00
parent ed5e35f005
commit 8cfada7904
7 changed files with 339 additions and 326 deletions

View File

@@ -26,10 +26,10 @@ type OD struct {
}
type File struct {
Name string `json:"name"`
Name []rune `json:"name"`
Size int64 `json:"size"`
MTime time.Time `json:"mtime"`
Path string `json:"path"`
Path []rune `json:"path"`
IsDir bool `json:"-"`
}