stash/pkg/models/errors.go
WithoutPants 0f64954e5b
Identify task (#1839)
* Add identify task
* Change type naming
* Debounce folder select text input
* Add generic slice comparison function
2021-10-28 14:25:17 +11:00

5 lines
75 B
Go

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