Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FDWrapper ¶
type FDWrapper struct {
// contains filtered or unexported fields
}
func NewFDWrapper ¶
type LineWriter ¶
type LineWriter struct {
// contains filtered or unexported fields
}
func NewLineWriter ¶
func NewLineWriter(w io.Writer) *LineWriter
func (*LineWriter) Flush ¶
func (w *LineWriter) Flush() error
type PrefixWriter ¶
type PrefixWriter struct {
// contains filtered or unexported fields
}
func NewPrefixWriter ¶
func NewPrefixWriter(w io.Writer, prefix []byte) *PrefixWriter
Click to show internal directories.
Click to hide internal directories.