mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-22 10:06:28 +08:00
feat: fs and operations
This commit is contained in:
7
internal/fs/error.go
Normal file
7
internal/fs/error.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package fs
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrMoveBetwwenTwoAccounts = errors.New("can't move files between two account, try to copy")
|
||||
)
|
||||
Reference in New Issue
Block a user