mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
* Add identify task * Change type naming * Debounce folder select text input * Add generic slice comparison function
5 lines
75 B
Go
5 lines
75 B
Go
package models
|
|
|
|
import "errors"
|
|
|
|
var ErrNotFound = errors.New("not found")
|