Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc committed Oct 29, 2024
1 parent 5693b73 commit bc931b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ 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 bc931b0

Please sign in to comment.