goreplay-cli package (#1148)

change package from `main -> goreplay`
this will allow importing `goreplay` as a package
This commit is contained in:
Dima Golomozy
2023-01-12 18:24:45 +03:00
committed by GitHub
parent 99e6fdfd60
commit 40946831b9
78 changed files with 148 additions and 174 deletions
+3 -4
View File
@@ -1,14 +1,13 @@
package main
package goreplay
import (
"encoding/json"
"github.com/buger/goreplay/internal/byteutils"
"github.com/buger/goreplay/proto"
"log"
"strings"
"time"
"github.com/buger/goreplay/byteutils"
"github.com/buger/goreplay/proto"
"github.com/Shopify/sarama"
"github.com/Shopify/sarama/mocks"
)