From 9bebc043eaec05791d4847db2ea993cf456807ea Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 18 Apr 2016 21:29:37 +1000 Subject: [PATCH] cmd/torrent: Remove redundant _ "net/http/pprof" import It's done by envpprof instead --- cmd/torrent/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/torrent/main.go b/cmd/torrent/main.go index 72406c96..df67d162 100644 --- a/cmd/torrent/main.go +++ b/cmd/torrent/main.go @@ -6,7 +6,6 @@ import ( "log" "net" "net/http" - _ "net/http/pprof" "os" "strings" "time" -- 2.48.1