Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 1f3725f

Browse files
committed
Fix missing import in mime_go14.go
The import statement for quotedprintable was accidentally removed during the package rename in 1e5036a.
1 parent 7c2224c commit 1f3725f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mime_go14.go

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
package mail
44

5+
import "gopkg.in/alexcesaro/quotedprintable.v3"
6+
57
var newQPWriter = quotedprintable.NewWriter
68

79
type mimeEncoder struct {

0 commit comments

Comments
 (0)