From cb7a6e71c09f1bf1827a4f1f32a840aab54c5eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sat, 11 Aug 2018 08:33:10 +0100 Subject: [PATCH] fix(style): remove unused variable --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index a14353753..87dbae9ea 100644 --- a/main.go +++ b/main.go @@ -41,7 +41,6 @@ var ( // used by static file view handlers staticFileSystem = newBinaryFileSystem("ui/build") - staticFileServer = http.FileServer(staticFileSystem) ) func getViewURL(sub string) string {