diff options
author | Wolfy-J <[email protected]> | 2018-06-07 15:39:24 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-07 15:39:24 +0300 |
commit | 06e3569fabba6f2e36b5aac4df81484526003a9f (patch) | |
tree | 4b130de22bca32de46af3d6ec33577aaa6bdb6e0 /server_test.go | |
parent | 996f00425f1eaf681a840a0dce8ab53b422e1116 (diff) |
go fmt
Diffstat (limited to 'server_test.go')
-rw-r--r-- | server_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server_test.go b/server_test.go index 2de73e0c..64b240d1 100644 --- a/server_test.go +++ b/server_test.go @@ -1,11 +1,11 @@ package roadrunner import ( - "testing" "github.com/stretchr/testify/assert" + "os/exec" "runtime" + "testing" "time" - "os/exec" ) func TestServer_PipesEcho(t *testing.T) { |