Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LineWriter ¶ added in v0.5.7
type LineWriter struct {
// contains filtered or unexported fields
}
func (*LineWriter) WriteString ¶ added in v0.5.7
func (w *LineWriter) WriteString(s string)
type StringWriter ¶ added in v0.5.7
type StringWriter interface {
WriteString(s string)
}
Click to show internal directories.
Click to hide internal directories.