From 7e2ced6c35a3e3ae77f226cda37a83382f121802 Mon Sep 17 00:00:00 2001 From: Eric Drechsel Date: Sat, 19 Apr 2014 10:46:34 -0700 Subject: [PATCH] fix build error "errors imported but not used\ foursquare.go:21" Change-Id: I03df0c1c9afb9154d6d91b71bf4ec32ccea35785 --- pkg/importer/foursquare/foursquare.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/importer/foursquare/foursquare.go b/pkg/importer/foursquare/foursquare.go index 89ca55b05..91a2c7791 100644 --- a/pkg/importer/foursquare/foursquare.go +++ b/pkg/importer/foursquare/foursquare.go @@ -18,7 +18,6 @@ limitations under the License. package foursquare import ( - "errors" "fmt" "log" "net/http"