Skip to content

Commit

Permalink
chore: add docs (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
danteay committed Apr 17, 2024
1 parent 859007f commit 404c58a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adapters/zerolog/zerolog.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import (
"io"
"os"

"github.com/rs/zerolog"

"github.com/danteay/golog/fields"
"github.com/danteay/golog/levels"
"github.com/rs/zerolog"
)

// Adapter is a zerolog adapter implementation
type Adapter struct {
logger zerolog.Logger
}
Expand Down

0 comments on commit 404c58a

Please sign in to comment.