Compare commits

..

1 Commits

Author SHA1 Message Date
spiritysdx
2beb74c319 update 2024-07-01 12:22:39 +08:00

View File

@@ -244,7 +244,7 @@ func main() {
if emailTestStatus {
wg2.Add(1)
go func() {
defer wg1.Done()
defer wg2.Done()
emailInfo = email.EmailCheck()
}()
}