mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-03-17 09:00:18 +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")
|
|
)
|