wenfengwang commented on a change in pull request #13: Implementing
SendMessageOneway
URL: https://github.com/apache/rocketmq-client-go/pull/13#discussion_r242119228
##########
File path: core/utils.go
##########
@@ -0,0 +1,11 @@
+package rocketmq
+
+import "fmt"
+
+func strJoin(str, key string, value interface{}) string {
Review comment:
value passed in maybe is `int` ~ : )
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services