Mr.L
feat: add full alist source code for Docker build
7107f0b
raw
history blame contribute delete
93 Bytes
package errs
import "fmt"
var (
SearchNotAvailable = fmt.Errorf("search not available")
)