Test: FileInfo interface

This commit is contained in:
HFO4
2019-12-21 12:49:48 +08:00
parent 327765a7be
commit 91b873065a
3 changed files with 54 additions and 1 deletions

View File

@@ -169,7 +169,7 @@ func (file *File) UpdateSize(value uint64) error {
}
/*
实现 FileInfo.FileInfo 接口
实现 webdav.FileInfo 接口
*/
func (file *File) GetName() string {