chore: cleanup code formatting

This commit is contained in:
Christoph Haas
2025-02-28 08:37:55 +01:00
parent f7d7038829
commit e24acfa57d
67 changed files with 232 additions and 489 deletions
+5 -3
View File
@@ -5,12 +5,14 @@ import (
"crypto/tls"
"errors"
"fmt"
"io"
"time"
mail "github.com/xhit/go-simple-mail/v2"
"github.com/h44z/wg-portal/internal"
"github.com/h44z/wg-portal/internal/config"
"github.com/h44z/wg-portal/internal/domain"
mail "github.com/xhit/go-simple-mail/v2"
"io"
"time"
)
type MailRepo struct {