mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +08:00
🔨 refactor driver(123 and 189)
This commit is contained in:
8
drivers/error.go
Normal file
8
drivers/error.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package drivers
|
||||
|
||||
import "fmt"
|
||||
|
||||
var (
|
||||
PathNotFound = fmt.Errorf("path not found")
|
||||
NotFile = fmt.Errorf("not file")
|
||||
)
|
||||
Reference in New Issue
Block a user