From ad4156bb72c944b42a7782aaaff5b56bcfe29dc0 Mon Sep 17 00:00:00 2001 From: Denis Skovpen Date: Sat, 9 Mar 2019 17:40:21 +0200 Subject: [PATCH] Remove not used import --- comments.go | 1 - 1 file changed, 1 deletion(-) diff --git a/comments.go b/comments.go index ca6119c7..219b7458 100644 --- a/comments.go +++ b/comments.go @@ -3,7 +3,6 @@ package goinsta import ( "encoding/json" "fmt" - "net/url" "strconv" )