mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Fmt fixes
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ func (m *Middleware) copy(to io.Writer, from io.Reader) {
|
||||
|
||||
func (m *Middleware) read(from io.Reader) {
|
||||
reader := bufio.NewReader(from)
|
||||
var line []byte
|
||||
var line []byte
|
||||
var e error
|
||||
|
||||
for {
|
||||
|
||||
@@ -66,7 +66,7 @@ type Listener struct {
|
||||
}
|
||||
|
||||
type request struct {
|
||||
id string
|
||||
id string
|
||||
start time.Time
|
||||
ack uint32
|
||||
}
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@ type AppSettings struct {
|
||||
inputFile MultiOption
|
||||
outputFile MultiOption
|
||||
|
||||
inputRAW MultiOption
|
||||
inputRAW MultiOption
|
||||
inputRAWEngine string
|
||||
|
||||
middleware string
|
||||
|
||||
Reference in New Issue
Block a user