mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-08 23:12:54 +01:00
Windows has no sendmail, so let's exclude those tests for Windows
This commit is contained in:
parent
7b5b4fa52b
commit
24b99cf0af
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package mail
|
||||
|
||||
|
|
Loading…
Reference in a new issue