type mime.WordDecoder
4 uses
mime (current package)
encodedword.go#L187: type WordDecoder struct {
encodedword.go#L198: func (d *WordDecoder) Decode(word string) (string, error) {
encodedword.go#L240: func (d *WordDecoder) DecodeHeader(header string) (string, error) {
encodedword.go#L325: func (d *WordDecoder) convert(buf *strings.Builder, charset string, content []byte) error {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)