mirror of https://github.com/Xhofe/alist
8 lines
93 B
Go
8 lines
93 B
Go
![]() |
package errs
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
var (
|
||
|
SearchNotAvailable = fmt.Errorf("search not available")
|
||
|
)
|