Run SmtpMailer tests only if test_mail build tag is provided

This commit is contained in:
Piotr Kozimor 2021-08-10 11:10:16 +02:00
parent 7a98afd072
commit 6b8039c5a7

View file

@ -1,3 +1,5 @@
//+build test_mail
package mail package mail
import ( import (