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