6 lines
89 B
Go
6 lines
89 B
Go
package service
|
|
|
|
import "errors"
|
|
|
|
var ErrNotFound = errors.New("query target not found")
|