mirror of https://github.com/gophish/gophish
Minor gofmt change
parent
c436bdb514
commit
7f381f861e
|
@ -8,8 +8,8 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/mail"
|
"net/mail"
|
||||||
|
|
||||||
"github.com/jordan-wright/email"
|
|
||||||
"github.com/gophish/gophish/models"
|
"github.com/gophish/gophish/models"
|
||||||
|
"github.com/jordan-wright/email"
|
||||||
)
|
)
|
||||||
|
|
||||||
// ParseMail takes in an HTTP Request and returns an Email object
|
// ParseMail takes in an HTTP Request and returns an Email object
|
||||||
|
|
Loading…
Reference in New Issue