Adjust package order (#487)

* format package order

* format package order

* format package order

* format package order and format code by fmt
This commit is contained in:
田欧
2017-08-22 19:15:01 +05:00
committed by Leonid Bugaev
parent dfb67b4456
commit 16b6a3cc31
17 changed files with 48 additions and 27 deletions
+2 -1
View File
@@ -1,7 +1,6 @@
package main
import (
"github.com/buger/goreplay/proto"
"io"
"log"
"net/http"
@@ -9,6 +8,8 @@ import (
"strings"
"sync"
"testing"
"github.com/buger/goreplay/proto"
)
func TestHTTPInput(t *testing.T) {