Skip to content

Commit

Permalink
done TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc committed Oct 31, 2024
1 parent eaf99e7 commit 41ad1e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ func NewMessage(from, subject, text string, to ...string) *Message {
// Deprecated: use func NewMessage instead of method.
//
// TODO(v5): remove this method
// TODO: remove from tests and examples.
func (*MailgunImpl) NewMessage(from, subject, text string, to ...string) *Message {
return NewMessage(from, subject, text, to...)
}
Expand Down

0 comments on commit 41ad1e4

Please sign in to comment.