From d03a02f2e41f4d9826fa568e5ee96dd7958a4cc6 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sun, 12 Apr 2020 11:25:12 +0100 Subject: [PATCH] fix import --- api/router/static/static.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/router/static/static.go b/api/router/static/static.go index 2b0218f1..fd630cc2 100644 --- a/api/router/static/static.go +++ b/api/router/static/static.go @@ -1,7 +1,6 @@ package static import ( - "context" "errors" "fmt" "net/http"