(out string)
| 46 | } |
| 47 | |
| 48 | func (w *ConditionalWrite) FlushTo(out string) string { |
| 49 | out += w.Flush() |
| 50 | return out |
| 51 | } |
| 52 | |
| 53 | // WriteFlush will add a string and return the Flush result for the queue |
| 54 | func (w *ConditionalWrite) WriteFlush(s string) string { |