package errors import "errors" var ( ErrNoServerItem = errors.New("microservice/service has no such item") )