mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
goreplay-cli package (#1148)
change package from `main -> goreplay` this will allow importing `goreplay` as a package
This commit is contained in:
+4
-5
@@ -1,17 +1,16 @@
|
||||
package main
|
||||
package goreplay
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"github.com/buger/goreplay/internal/capture"
|
||||
"github.com/buger/goreplay/internal/tcp"
|
||||
"github.com/buger/goreplay/proto"
|
||||
"log"
|
||||
"net"
|
||||
"strconv"
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"github.com/buger/goreplay/capture"
|
||||
"github.com/buger/goreplay/proto"
|
||||
"github.com/buger/goreplay/tcp"
|
||||
)
|
||||
|
||||
// RAWInputConfig represents configuration that can be applied on raw input
|
||||
|
||||
Reference in New Issue
Block a user