mirror of
https://github.com/datarhei/core.git
synced 2025-12-24 13:07:56 +08:00
7 lines
100 B
Go
7 lines
100 B
Go
package store
|
|
|
|
import "errors"
|
|
|
|
var ErrNotFound = errors.New("")
|
|
var ErrBadRequest = errors.New("")
|