Ver código fonte

comment import fast test

FrancoisPoinsot 6 anos atrás
pai
commit
e5962bc298

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

@@ -2,11 +2,14 @@ package main
 
 import (
 	"flag"
-	"github.com/Shopify/sarama"
 	"log"
 	"os"
 	"strings"
 	"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 (