(str string)
| 617 | } |
| 618 | |
| 619 | func getReader(str string) *bufio.Reader { |
| 620 | return bufio.NewReader(strings.NewReader(str)) |
| 621 | } |
| 622 | |
| 623 | // DecodeIfBinaryToString converts a binary formatted log msg to a |
| 624 | // JSON formatted String Log message - suitable for printing to Console/Syslog. |
no outgoing calls