Documentation ¶ Index ¶ type Group func (Group) WrapWriter(w io.Writer, _ string) io.Writer type Interleaved func (Interleaved) WrapWriter(w io.Writer, _ string) io.Writer type Output type Prefixed func (Prefixed) WrapWriter(w io.Writer, prefix string) io.Writer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Group ¶ type Group struct{} func (Group) WrapWriter ¶ func (Group) WrapWriter(w io.Writer, _ string) io.Writer type Interleaved ¶ type Interleaved struct{} func (Interleaved) WrapWriter ¶ func (Interleaved) WrapWriter(w io.Writer, _ string) io.Writer type Output ¶ type Output interface { WrapWriter(w io.Writer, prefix string) io.Writer } type Prefixed ¶ type Prefixed struct{} func (Prefixed) WrapWriter ¶ func (Prefixed) WrapWriter(w io.Writer, prefix string) io.Writer Source Files ¶ View all Source files group.go interleaved.go output.go prefixed.go Click to show internal directories. Click to hide internal directories.