remove Size from Attr

This commit is contained in:
Chris Lu
2018-05-13 00:11:26 -07:00
parent fc7f81f6e7
commit 75a2b05aa3
3 changed files with 25 additions and 1 deletions

View File

@@ -27,7 +27,6 @@ type Attr struct {
Mode os.FileMode // file mode
Uid uint32 // owner uid
Gid uint32 // group gid
Size uint64 // total size in bytes
}
type Entry struct {