style: format code

This commit is contained in:
Fu Diwei
2025-04-22 21:24:48 +08:00
parent 3189e65bad
commit f5807d215f
284 changed files with 466 additions and 527 deletions

View File

@@ -4,11 +4,12 @@ import (
"bytes"
"context"
"encoding/json"
"github.com/nikoksr/notify/service/mattermost"
"github.com/usual2970/certimate/internal/pkg/core/notifier"
"io"
"log/slog"
"net/http"
"github.com/nikoksr/notify/service/mattermost"
"github.com/usual2970/certimate/internal/pkg/core/notifier"
)
type NotifierConfig struct {