From a6339e0d327db9e1bde10287a15acedd8c8bb307 Mon Sep 17 00:00:00 2001 From: Geno Date: Thu, 30 Mar 2017 14:41:20 +0200 Subject: [PATCH] Update main.go --- cmd/rezension/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/rezension/main.go b/cmd/rezension/main.go index 17cb025..7ede228 100644 --- a/cmd/rezension/main.go +++ b/cmd/rezension/main.go @@ -2,9 +2,9 @@ package main import ( "flag" + "log" "net/http" "os" - "log" "os/signal" "syscall"