mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Formatting fixes
This commit is contained in:
+3
-4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user