From ffb060db16266bb8a38cf2895ebfecd1108bdc67 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Wed, 13 Feb 2019 12:14:57 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- packets/upnp.go | 1 - 1 file changed, 1 deletion(-) diff --git a/packets/upnp.go b/packets/upnp.go index fb9aae86..b29c5fcf 100644 --- a/packets/upnp.go +++ b/packets/upnp.go @@ -6,7 +6,6 @@ import ( "fmt" "net" "net/http" - // "net/url" "strings" "github.com/evilsocket/islazy/str"