mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
few fmt fixes
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
// TestInput used for testing purpose, it allows emitting requests on demand
|
||||
type TestInput struct {
|
||||
data chan []byte
|
||||
data chan []byte
|
||||
skipHeader bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user