]> 127.0.0.1 Git - part/.git/commitdiff
rename v0.5.3
authorqydysky <qydysky@foxmail.com>
Sat, 3 Apr 2021 02:54:17 +0000 (10:54 +0800)
committerqydysky <qydysky@foxmail.com>
Sat, 3 Apr 2021 02:54:17 +0000 (10:54 +0800)
FileWR.go

index c3b7b11ca1187c769bc2cc11c470239dd024b358..42123c96812834c807b91ce789f3262f96cfb25a 100644 (file)
--- a/FileWR.go
+++ b/FileWR.go
@@ -234,7 +234,7 @@ func (this *file) NewPath(filename string) error{
        return nil
 }
 
-func Move(src,trg string) error {
+func FileMove(src,trg string) error {
        return Ppart.FileMove(src,trg)
 }