in writer.go [73:75]
func (w *Writer) Int64(n int64) { w.buf = strconv.AppendInt(w.buf, int64(n), 10) }