소스 검색

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 (