From 1975745d5f3f9dd638991fd5d13e31ecf555074b Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sun, 12 May 2019 13:10:17 -0600 Subject: [PATCH] remove after test --- src/croc/croc_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/croc/croc_test.go b/src/croc/croc_test.go index e5879016..51563a6a 100644 --- a/src/croc/croc_test.go +++ b/src/croc/croc_test.go @@ -1,6 +1,7 @@ package croc import ( + "os" "sync" "testing" "time" @@ -10,7 +11,7 @@ import ( ) func TestCroc(t *testing.T) { - + defer os.Remove("README.md") go tcp.Run("debug", "8081", "8082,8083,8084,8085") go tcp.Run("debug", "8082") go tcp.Run("debug", "8083")