sdk/golang/Standard Library/GoMimeQuotedprintable
Standard Library

GoMimeQuotedprintable

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.

Other Methods

.NewReader()Neutral
#
Signature
NewReader(r io.Reader) *Reader

NewReader returns a quoted-printable reader, decoding from r.

.NewWriter()Neutral
#
Signature
NewWriter(w io.Writer) *Writer

NewWriter returns a new Writer that writes to w.

.Reader.Read()Neutral
#
Signature
Reader.Read(p []byte) (int, error)

Read reads and decodes quoted-printable data from the underlying reader.

.Writer.Close()Neutral
#
Signature
Writer.Close() error

Close closes the Writer, flushing any unwritten data to the underlying

.Writer.Write()Neutral
#
Signature
Writer.Write(p []byte) (int, error)

Write encodes p using quoted-printable encoding and writes it to the

.Reader()Neutral
#
Signature
type Reader ...

Reader is a quoted-printable decoder.

.Writer()Neutral
#
Signature
type Writer ...

A Writer is a quoted-printable writer that implements io.WriteCloser.

Fully-Qualified Names

FQNField
mime/quotedprintablefqns[0]

Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.

Import

go.mod
// standard library — no go.mod entry required
rule.py
from codepathfinder.go_rule import ...  # mime/quotedprintable