File size: 93 Bytes
7107f0b
 
 
 
 
 
 
1
2
3
4
5
6
7
8
package errs

import "fmt"

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