func()

in writer.go [53:55]


func (w *Writer) RawByte(c byte) {
	w.buf = append(w.buf, c)
}