Fmt fixes

This commit is contained in:
Leonid Bugaev
2016-04-29 16:01:37 +05:00
parent a8731f290c
commit 52a0ebfd57
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -66,7 +66,7 @@ type Listener struct {
}
type request struct {
id string
id string
start time.Time
ack uint32
}
+1 -1
View File
@@ -41,7 +41,7 @@ type AppSettings struct {
inputFile MultiOption
outputFile MultiOption
inputRAW MultiOption
inputRAW MultiOption
inputRAWEngine string
middleware string