tdd - password only as string

This commit is contained in:
Jonathan Martz
2025-01-12 12:14:01 +01:00
parent 968fc08389
commit 007a87ee3c
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ func main() {
now := time.Now()
// Define flags
smtpPass := flag.String("test", "", "SMTP password")
smtpPass := flag.String("password", "", "SMTP password")
sender := flag.String("sender", "", "SMTP sender")
smtpUser := flag.String("user", "", "SMTP username")