Преглед на файлове

comment import fast test

FrancoisPoinsot преди 7 години
родител
ревизия
e5962bc298
променени са 1 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 4 1
      tools/uncomitted-messages/kafka-console-consumer.go

+ 4 - 1
tools/uncomitted-messages/kafka-console-consumer.go

@@ -2,11 +2,14 @@ package main
 
 
 import (
 import (
 	"flag"
 	"flag"
-	"github.com/Shopify/sarama"
 	"log"
 	"log"
 	"os"
 	"os"
 	"strings"
 	"strings"
 	"time"
 	"time"
+
+	// when testing locally, it is way faster to edit this to reference your local repo if different
+	// if you want to do it properly but slowly you may use some dependency manager magic
+	"github.com/Shopify/sarama"
 )
 )
 
 
 var (
 var (