🔨 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