Formatting fixes

This commit is contained in:
Leonid Bugaev
2015-09-01 22:43:36 +03:00
parent 60ddd535bc
commit cd83e6f9ba
5 changed files with 10 additions and 11 deletions
+3 -4
View File
@@ -1,14 +1,14 @@
package main
import (
"github.com/buger/gor/proto"
"io"
"log"
"net/http"
"os/exec"
"strings"
"sync"
"testing"
"os/exec"
"log"
"github.com/buger/gor/proto"
)
func TestHTTPInput(t *testing.T) {
@@ -37,7 +37,6 @@ func TestHTTPInput(t *testing.T) {
close(quit)
}
func TestInputHTTPLargePayload(t *testing.T) {
wg := new(sync.WaitGroup)
quit := make(chan int)