package common import "errors" var ErrNotEnoughServers = errors.New("not enough servers found")