From ca590e6262b3bcd55e16b1db3fcb1ff234b1c675 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Mon, 16 Nov 2015 21:51:31 -0600 Subject: [PATCH] removed unneeded import --- restapi.go | 1 - 1 file changed, 1 deletion(-) diff --git a/restapi.go b/restapi.go index f94cfc3..a556d3c 100644 --- a/restapi.go +++ b/restapi.go @@ -11,7 +11,6 @@ package discordgo import ( "bytes" "encoding/json" - "errors" "fmt" "io/ioutil" "net/http"