You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/10/14 14:08:46 UTC

[rocketmq-client-go] branch native updated: fix(travis): Fix travis ci error (#245)

This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a commit to branch native
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-go.git


The following commit(s) were added to refs/heads/native by this push:
     new f3968f8  fix(travis): Fix travis ci error (#245)
f3968f8 is described below

commit f3968f82f967e97bfa0bd9c4013a5fb49dbd53fd
Author: dinglei <li...@163.com>
AuthorDate: Mon Oct 14 22:08:38 2019 +0800

    fix(travis): Fix travis ci error (#245)
---
 primitive/trace.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/primitive/trace.go b/primitive/trace.go
index 6290690..c898623 100644
--- a/primitive/trace.go
+++ b/primitive/trace.go
@@ -22,5 +22,5 @@ type TraceConfig struct {
 	TraceTopic   string
 	Access       AccessChannel
 	NamesrvAddrs []string
-	Credentials // acl config for trace. omit if acl is closed on broker.
+	Credentials  // acl config for trace. omit if acl is closed on broker.
 }