func()

in writer.go [63:65]


func (w *Writer) RawString(s string) {
	w.buf = append(w.buf, s...)
}