package communication import "errors" var ( ERROR_LINK_ZERO_COUNT = errors.New("Link count is zero") )