提交
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
module code.yun.ink/pkg/mailx
|
module code.yun.ink/pkg/mailx
|
||||||
|
|
||||||
go 1.19
|
go 1.20
|
||||||
|
|||||||
+2
-1
@@ -2,8 +2,9 @@ package mailx_test
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"statistic/app/pkg/mailx"
|
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
"code.yun.ink/pkg/mailx"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestMail(t *testing.T) {
|
func TestMail(t *testing.T) {
|
||||||
|
|||||||
Reference in New Issue
Block a user