🎨 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