We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5fbc3 commit a54521eCopy full SHA for a54521e
1 file changed
meta.go
@@ -300,5 +300,5 @@ func MessageToString(msg interface{}) string {
300
return stringer.String()
301
}
302
303
- return ""
+ return fmt.Sprintf("%+v", msg)
304
0 commit comments