Im real bad at this whole goroutine mutex shit but getting better!

This commit is contained in:
2024-05-08 15:05:12 -06:00
parent 8fed511607
commit bc3a365dea
5 changed files with 23 additions and 38 deletions

View File

@ -2,7 +2,6 @@ package lib
import (
"crypto/tls"
"log"
"net/smtp"
"os"
)