You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by StyleTang <gi...@git.apache.org> on 2017/04/23 14:09:47 UTC

[GitHub] incubator-rocketmq-externals pull request #13: [ROCKETMQ-182] RocketMQ Go SD...

Github user StyleTang commented on a diff in the pull request:

    https://github.com/apache/incubator-rocketmq-externals/pull/13#discussion_r112834996
  
    --- Diff: rocketmq-go/hook/rpchook.go ---
    @@ -14,4 +14,10 @@
      *  See the License for the specific language governing permissions and
      *  limitations under the License.
      */
    -package header
    +
    +package hook
    +
    +type RPCHook interface { // TODO solve cycle dependence
    --- End diff --
    
    this will cause compile error


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---