in writer.go [83:85]
func (w *Writer) Float64(n float64) { w.buf = strconv.AppendFloat(w.buf, float64(n), 'g', -1, 64) }