Add golangci-lint CI (#516)

This commit is contained in:
Khanh Ngo
2023-12-31 21:46:30 +01:00
committed by GitHub
parent 769883f020
commit b3c22aa81f
14 changed files with 75 additions and 37 deletions

View File

@@ -3,9 +3,10 @@ package emailer
import (
"crypto/tls"
"fmt"
mail "github.com/xhit/go-simple-mail/v2"
"strings"
"time"
mail "github.com/xhit/go-simple-mail/v2"
)
type SmtpMail struct {