Skip to content

Commit

Permalink
Tidy imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Jan 5, 2024
1 parent 2dce62e commit d6f08d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package config
import (
"context"
"fmt"
"github.com/artie-labs/reader/constants"
"gopkg.in/yaml.v2"
"log"
"os"

"github.com/artie-labs/reader/constants"
)

type Kafka struct {
Expand Down
5 changes: 3 additions & 2 deletions lib/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package logger

import (
"context"
"github.com/artie-labs/reader/config"
"github.com/artie-labs/reader/constants"
"github.com/evalphobia/logrus_sentry"
"github.com/sirupsen/logrus"
"os"

"github.com/artie-labs/reader/config"
"github.com/artie-labs/reader/constants"
)

func InjectLoggerIntoCtx(ctx context.Context) context.Context {
Expand Down

0 comments on commit d6f08d9

Please sign in to comment.