Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LineWriter ¶
type LineWriter struct {
// contains filtered or unexported fields
}
func New ¶
func New(w io.Writer, timeout time.Duration) *LineWriter
New returns a LineWriter instance
func (*LineWriter) Flush ¶
func (w *LineWriter) Flush() (err error)
Flush flushes any pending strings, and returns an error if any writes failed in the past
Click to show internal directories.
Click to hide internal directories.