This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
stash
mirror of
https://github.com/stashapp/stash.git
Watch
1
Star
1
Fork
You've already forked stash
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5bb5f6f2ce
stash
/
pkg
/
models
/
errors.go
6 lines
75 B
Go
Raw
Blame
History
package
models
import
"errors"
var
ErrNotFound
=
errors
.
New
(
"not found"
)
Reference in New Issue
View Git Blame
Copy Permalink