func()

in writer.go [97:99]


func (w *Writer) Time(t time.Time, layout string) {
	w.buf = t.AppendFormat(w.buf, layout)
}