Skip to content

Commit

Permalink
Fix golangci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmtszr committed Dec 8, 2023
1 parent ab74149 commit 9110569
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion batch_consumer.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package kafka

import (
"github.com/segmentio/kafka-go"
"time"

"github.com/segmentio/kafka-go"

kcronsumer "github.com/Trendyol/kafka-cronsumer/pkg/kafka"
)

Expand Down
3 changes: 2 additions & 1 deletion consumer.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package kafka

import (
"github.com/segmentio/kafka-go"
"time"

"github.com/segmentio/kafka-go"

kcronsumer "github.com/Trendyol/kafka-cronsumer/pkg/kafka"
)

Expand Down

0 comments on commit 9110569

Please sign in to comment.