Go stdlib package — mime/quotedprintable. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.NewReader()NeutralNewReader(r io.Reader) *Reader
NewReader returns a quoted-printable reader, decoding from r.
.NewWriter()NeutralNewWriter(w io.Writer) *Writer
NewWriter returns a new Writer that writes to w.
.Reader.Read()NeutralReader.Read(p []byte) (int, error)
Read reads and decodes quoted-printable data from the underlying reader.
.Writer.Close()NeutralWriter.Close() error
Close closes the Writer, flushing any unwritten data to the underlying
.Writer.Write()NeutralWriter.Write(p []byte) (int, error)
Write encodes p using quoted-printable encoding and writes it to the
.Writer()Neutraltype Writer ...
A Writer is a quoted-printable writer that implements io.WriteCloser.
| FQN | Field | |
|---|---|---|
| mime/quotedprintable | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
// standard library — no go.mod entry required
from codepathfinder.go_rule import ... # mime/quotedprintable