Skip to content

Commit

Permalink
Merge pull request #284 from vgarvardt/chore/linter-issues-example
Browse files Browse the repository at this point in the history
fix: fixed reported lining issues in the example
  • Loading branch information
vgarvardt committed May 13, 2024
2 parents dcfab08 + 8ca9b9b commit 6480c9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions _example/outbox-worker-kafka/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
"github.com/IBM/sarama"
"github.com/google/uuid"
"github.com/spf13/cobra"

"github.com/vgarvardt/gue/v5"
)

Expand Down
1 change: 1 addition & 0 deletions _example/outbox-worker-kafka/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (

"github.com/IBM/sarama"
"github.com/jackc/pgx/v5/pgxpool"

"github.com/vgarvardt/gue/v5"
"github.com/vgarvardt/gue/v5/adapter"
"github.com/vgarvardt/gue/v5/adapter/pgxv5"
Expand Down
1 change: 1 addition & 0 deletions _example/outbox-worker-kafka/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (

"github.com/IBM/sarama"
"github.com/spf13/cobra"

"github.com/vgarvardt/gue/v5"
"github.com/vgarvardt/gue/v5/adapter"
)
Expand Down

0 comments on commit 6480c9f

Please sign in to comment.