Add golangci-lint CI

This commit is contained in:
Khanh Ngo 2023-12-31 21:34:57 +01:00
parent 769883f020
commit 020e0fdc67
No known key found for this signature in database
GPG key ID: 29077342AA5648F6
12 changed files with 69 additions and 36 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 {