From 5eec685c3dfcc26f3708cf4ac3b040741822c1ef Mon Sep 17 00:00:00 2001 From: Artyom Pervukhin Date: Wed, 13 Dec 2017 13:04:36 +0300 Subject: [PATCH] Remove no more used import in tests Profiles can be generated directly by the go test command when run with -*profile flags. --- session_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/session_test.go b/session_test.go index ee13092..760642d 100644 --- a/session_test.go +++ b/session_test.go @@ -7,7 +7,6 @@ import ( "io" "math/rand" "net" - _ "net/http/pprof" "strings" "sync" "testing"