From 9eef3da74f059ac54180ab51a7259e6d7a2234f0 Mon Sep 17 00:00:00 2001 From: Matthias Hannig Date: Thu, 18 May 2017 17:43:30 +0200 Subject: [PATCH] removed import --- backend/api.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/api.go b/backend/api.go index c2c48c5..e1a32b7 100644 --- a/backend/api.go +++ b/backend/api.go @@ -3,7 +3,6 @@ package main import ( "compress/gzip" "encoding/json" - "fmt" "net/http" "strings"