zjykzk commented on a change in pull request #13: Implementing SendMessageOneway
URL: https://github.com/apache/rocketmq-client-go/pull/13#discussion_r242117797
##########
File path: core/utils.go
##########
@@ -0,0 +1,11 @@
+package rocketmq
+
+import "fmt"
+
+func strJoin(str, key string, value interface{}) string {
Review comment:
`fmt.Stringer` interface is better than `interface{}`
----------------------------------------------------------------
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