chore: change size of file to int64

This commit is contained in:
Noah Hsu
2022-06-23 15:57:36 +08:00
parent c3040fdfc3
commit fd5c3e831d
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ import (
)
type Obj interface {
GetSize() uint64
GetSize() int64
GetName() string
ModTime() time.Time
IsDir() bool