sjqzhang / go-fastdfs

go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic repair.(similar fastdfs).
https://gitee.com/sjqzhang/go-fastdfs
The Unlicense
3.94k stars 747 forks source link

fileserver.go异常打印语句调整 #429

Closed wansongying closed 1 year ago

wansongying commented 1 year ago

Hi,fileserver.go中第308行 return nil, true, errors.New("noFound")建议调整为: return nil, true, errors.New("Not found")。如合适,请采纳,谢谢。

sjqzhang commented 1 year ago

已改,自行编译一下。

wansongying commented 1 year ago

收到,十分感谢

发自我的 iPhone

在 2023年10月31日,16:16,小张 @.***> 写道:



已改,自行编译一下。

— Reply to this email directly, view it on GitHubhttps://github.com/sjqzhang/go-fastdfs/issues/429#issuecomment-1786715003, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAJZ3FU5TGD4VNN2K5W4ZU3YCCXV3AVCNFSM6AAAAAA5CPQMNSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBWG4YTKMBQGM. You are receiving this because you authored the thread.Message ID: @.***>