fix(style): remove unused variable

This commit is contained in:
Łukasz Mierzwa
2018-08-11 08:33:10 +01:00
parent 64f072b7d2
commit cb7a6e71c0

View File

@@ -41,7 +41,6 @@ var (
// used by static file view handlers
staticFileSystem = newBinaryFileSystem("ui/build")
staticFileServer = http.FileServer(staticFileSystem)
)
func getViewURL(sub string) string {