style(go): apply gofmt to repository
Some checks failed
CI / verify (push) Failing after 24s

This commit is contained in:
Your Name
2026-05-06 12:22:41 +08:00
parent 43bcb499d0
commit 06eeb5776b
17 changed files with 132 additions and 133 deletions

View File

@@ -7,7 +7,6 @@ import (
"strconv"
"testing"
"time"
)
// TestWebhookSecurity_InvalidTimestampFormat covers CS_AUTH_4032:

View File

@@ -7,10 +7,10 @@ import (
"time"
"github.com/bridge/ai-customer-service/internal/domain/audit"
intentdomain "github.com/bridge/ai-customer-service/internal/domain/intent"
"github.com/bridge/ai-customer-service/internal/domain/message"
"github.com/bridge/ai-customer-service/internal/domain/session"
"github.com/bridge/ai-customer-service/internal/domain/ticket"
intentdomain "github.com/bridge/ai-customer-service/internal/domain/intent"
"github.com/bridge/ai-customer-service/internal/service/handoff"
intentservice "github.com/bridge/ai-customer-service/internal/service/intent"
"github.com/bridge/ai-customer-service/internal/service/reply"