stash/pkg/models/errors.go

6 lines
75 B
Go
Raw Normal View History

package models
import "errors"
var ErrNotFound = errors.New("not found")