mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +08:00
🎨 improve code structure
This commit is contained in:
@@ -5,4 +5,5 @@ import "fmt"
|
||||
var (
|
||||
PathNotFound = fmt.Errorf("path not found")
|
||||
NotFile = fmt.Errorf("not file")
|
||||
NotImplement = fmt.Errorf("not implement")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user