Skip to content

Commit

Permalink
feat: Remove imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lovung committed Jan 27, 2024
1 parent 0a5e842 commit a2b73d6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions logging/zerolog/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,7 @@
package zerolog

import (
"context"
"errors"

"github.com/cloudwego/hertz/pkg/common/hlog"
hertzzerolog "github.com/hertz-contrib/logger/zerolog"
"github.com/rs/zerolog"
"go.opentelemetry.io/otel/codes"
"go.opentelemetry.io/otel/trace"
)

type Logger struct {
Expand Down

0 comments on commit a2b73d6

Please sign in to comment.