mirror of https://github.com/stashapp/stash.git
6 lines
75 B
Go
6 lines
75 B
Go
|
package models
|
||
|
|
||
|
import "errors"
|
||
|
|
||
|
var ErrNotFound = errors.New("not found")
|