Skip to content

Commit

Permalink
move avro to pkg/avro
Browse files Browse the repository at this point in the history
  • Loading branch information
birdayz committed Apr 2, 2020
1 parent 018813f commit d7567fb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cmd/kaf/consume.go
Expand Up @@ -11,7 +11,7 @@ import (
"time"

"github.com/Shopify/sarama"
"github.com/birdayz/kaf/avro"
"github.com/birdayz/kaf/pkg/avro"
"github.com/birdayz/kaf/pkg/proto"
"github.com/golang/protobuf/jsonpb"
prettyjson "github.com/hokaccha/go-prettyjson"
Expand Down Expand Up @@ -45,7 +45,6 @@ func init() {
keyfmt = prettyjson.NewFormatter()
keyfmt.Newline = " " // Replace newline with space to avoid condensed output.
keyfmt.Indent = 0

}

func getAvailableOffsetsRetry(
Expand Down
2 changes: 1 addition & 1 deletion cmd/kaf/kaf.go
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/spf13/cobra"

"github.com/birdayz/kaf"
"github.com/birdayz/kaf/avro"
"github.com/birdayz/kaf/pkg/avro"
"github.com/birdayz/kaf/pkg/proto"
)

Expand Down
File renamed without changes.

0 comments on commit d7567fb

Please sign in to comment.