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:
+2
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user