alist/internal/errs/search.go

8 lines
93 B
Go

package errs
import "fmt"
var (
SearchNotAvailable = fmt.Errorf("search not available")
)