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