remove after test

This commit is contained in:
Zack Scholl 2019-05-12 13:10:17 -06:00
parent 6b288356b9
commit 1975745d5f
1 changed files with 2 additions and 1 deletions

View File

@ -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")