CompactTextString returns a compact proto text formatted string of m.
(m Message)
| 104 | |
| 105 | // CompactTextString returns a compact proto text formatted string of m. |
| 106 | func CompactTextString(m Message) string { return compactTextMarshaler.Text(m) } |
| 107 | |
| 108 | var ( |
| 109 | newline = []byte("\n") |