type mime/quotedprintable.Writer
11 uses
mime/quotedprintable (current package)
writer.go#L12: type Writer struct {
writer.go#L24: func NewWriter(w io.Writer) *Writer {
writer.go#L25: return &Writer{w: w}
writer.go#L31: func (w *Writer) Write(p []byte) (n int, err error) {
writer.go#L67: func (w *Writer) Close() error {
writer.go#L76: func (w *Writer) write(p []byte) error {
writer.go#L112: func (w *Writer) encode(b byte) error {
writer.go#L130: func (w *Writer) checkLastByte() error {
writer.go#L146: func (w *Writer) insertSoftLineBreak() error {
writer.go#L153: func (w *Writer) insertCRLF() error {
writer.go#L161: func (w *Writer) flush() error {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project 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. |