From 41ad1e48757e988ebb5b4cbc46c082267211653b Mon Sep 17 00:00:00 2001 From: Vilen Topchii <32271530+vtopc@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:40:44 +0200 Subject: [PATCH] done TODO --- messages.go | 1 - 1 file changed, 1 deletion(-) diff --git a/messages.go b/messages.go index 84846e2c..06ef7e87 100644 --- a/messages.go +++ b/messages.go @@ -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...) }