Documentation
¶
Index ¶
- type Writer
- func (w *Writer) Append(p []byte)
- func (w Writer) Error() error
- func (w *Writer) FinishEntry() (int, error)
- func (w *Writer) Float64(f float64)
- func (w *Writer) Float64MaxFigs(f float64, figs int)
- func (w *Writer) Int(i int)
- func (w *Writer) NewLine()
- func (w *Writer) Space()
- func (w *Writer) StartEntry()
- func (w *Writer) String(s string)
- func (w *Writer) Tab()
- func (w *Writer) Write(p []byte) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
func (*Writer) FinishEntry ¶ added in v0.16.0
func (*Writer) Float64MaxFigs ¶
func (*Writer) StartEntry ¶ added in v0.16.0
func (w *Writer) StartEntry()
Click to show internal directories.
Click to hide internal directories.