Documentation
¶
Package flushwriter implements a wrapper for a writer that flushes on every
write if that writer implements the io.Flusher interface
Wrap wraps an io.Writer into a writer that flushes after every write if
the writer implements the Flusher interface.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.