initial commit for bookish-server and local environment
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package inventory
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrInvalidBook = errors.New("book not supported in library")
|
||||
ErrUnavailableBook = errors.New("book is not available at this library")
|
||||
)
|
||||
Reference in New Issue
Block a user