Improving cross-platform compatibility a bit

This commit is contained in:
Tim Jones
2013-10-30 14:39:02 -04:00
parent 3905a5fe95
commit 11e78d243c

3
attack_test.go Normal file → Executable file
View File

@@ -8,6 +8,7 @@ import (
"strings"
"testing"
"time"
"os"
)
func init() {
@@ -95,6 +96,6 @@ func defaultArguments() (uint64, time.Duration, string, string, string, http.Hea
5 * time.Millisecond,
".targets.txt",
"random",
"/dev/null",
os.DevNull,
http.Header{}
}