func()

in writer.go [58:60]


func (w *Writer) RawBytes(data []byte) {
	w.buf = append(w.buf, data...)
}