Skip to content

Commit

Permalink
fix imports format
Browse files Browse the repository at this point in the history
  • Loading branch information
aermolaev committed Aug 28, 2023
1 parent 5dbdefb commit 37d5153
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/cmd_consume.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ import (
"context"
"errors"
"fmt"
"strconv"
"sync"

"github.com/SberMarket-Tech/protokaf/internal/kafka"
"github.com/SberMarket-Tech/protokaf/internal/utils/dump"
"github.com/Shopify/sarama"
"github.com/jhump/protoreflect/desc"
"github.com/jhump/protoreflect/dynamic"
"github.com/spf13/cobra"
"github.com/spf13/viper"
"strconv"
"sync"
)

var (
Expand Down

0 comments on commit 37d5153

Please sign in to comment.