Documentation ¶
Overview ¶
package wfilter provides facilities for adding filtering to io.Writer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LinePrepender ¶
LinePrepender creates an io.Writer that prepends to each line by calling the given prepend function. Prepend can write whatever it wants. It should return the bytes written and any error encountered.
Types ¶
Click to show internal directories.
Click to hide internal directories.