package quotedprintable
Import Path
mime/quotedprintable (on golang.org and go.dev)
Dependency Relation
imports 4 packages, and imported by one package
Involved Source Files
d-> reader.go
writer.go
Exported Type Names
type Reader (struct)
Reader is a quoted-printable decoder.
(*T) Read(p []byte) (n int, err error)
*T : io.Reader
func NewReader(r io.Reader) *Reader
type Writer (struct)
A Writer is a quoted-printable writer that implements io.WriteCloser.
Binary bool
(*T) Close() error
(*T) Write(p []byte) (n int, err error)
*T : io.Closer
*T : io.WriteCloser
*T : io.Writer
func NewWriter(w io.Writer) *Writer
Exported Values
![]() |
The pages are generated with Golds v0.1.6. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project and developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |