Documentation ¶
Overview ¶
Package quotedprintable provides a mockable wrapper for mime/quotedprintable.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { NewReader(r io.Reader) *quotedprintable.Reader NewWriter(w io.Writer) *quotedprintable.Writer }
Click to show internal directories.
Click to hide internal directories.