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