move big into big
This commit is contained in:
10
errors.go
Executable file → Normal file
10
errors.go
Executable file → Normal file
@@ -1,9 +1,7 @@
|
||||
package storage
|
||||
|
||||
import "errors"
|
||||
import "local/storage/resolve"
|
||||
|
||||
var ErrNotFound = errors.New("not found")
|
||||
|
||||
var ErrNotImpl = errors.New("not implemented")
|
||||
|
||||
var ErrCantConnect = errors.New("cannot connect")
|
||||
var ErrNotFound = resolve.ErrNotFound
|
||||
var ErrNotImpl = resolve.ErrNotImpl
|
||||
var ErrCantConnect = resolve.ErrCantConnect
|
||||
|
||||
Reference in New Issue
Block a user