mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-05-09 18:57:23 +00:00
8 lines
110 B
Go
8 lines
110 B
Go
package store
|
|
|
|
import "github.com/pkg/errors"
|
|
|
|
var (
|
|
ErrInvalidReference = errors.New("invalid reference")
|
|
)
|