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
+2 -3
View File
@@ -1,10 +1,9 @@
package main
package goreplay
import (
"github.com/buger/goreplay/internal/size"
"sync/atomic"
"time"
"github.com/buger/goreplay/size"
)
// BinaryOutputConfig struct for holding binary output configuration