mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-11 17:53:58 +03:00
Add golangci-lint CI
This commit is contained in:
parent
769883f020
commit
020e0fdc67
12 changed files with 69 additions and 36 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue