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