From 78bb09941218752f1bf245b89b5f4bf0b085eab0 Mon Sep 17 00:00:00 2001 From: sandeep Date: Tue, 8 Mar 2022 10:11:06 +0530 Subject: [PATCH] Update runner.go --- v2/internal/runner/runner.go | 1 - 1 file changed, 1 deletion(-) diff --git a/v2/internal/runner/runner.go b/v2/internal/runner/runner.go index f8d468b4..354514e4 100644 --- a/v2/internal/runner/runner.go +++ b/v2/internal/runner/runner.go @@ -4,7 +4,6 @@ import ( "bufio" "context" "encoding/json" - "io/ioutil" "net/http" _ "net/http/pprof" "os"