initial commit for bookish-server and local environment
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package renter
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var (
|
||||
ErrNotFound = errors.New("no renter found")
|
||||
ErrInvalidRenter = errors.New("invalid renter provided")
|
||||
)
|
||||
Reference in New Issue
Block a user