This commit is contained in:
Yun
2024-04-12 15:30:23 +08:00
parent a72e781417
commit 0b2084757b
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
module code.yun.ink/pkg/mailx
go 1.19
go 1.20
+2 -1
View File
@@ -2,8 +2,9 @@ package mailx_test
import (
"fmt"
"statistic/app/pkg/mailx"
"testing"
"code.yun.ink/pkg/mailx"
)
func TestMail(t *testing.T) {