From b6e3c2f0adfdfa15ade0ab0458811c964d6969a5 Mon Sep 17 00:00:00 2001 From: n0m1s Date: Sun, 29 Sep 2019 11:37:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20import=20order?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index b135212..0881be8 100644 --- a/main.go +++ b/main.go @@ -2,11 +2,13 @@ package main import ( //"fmt" - "github.com/gorilla/mux" - "homnomnom.fr/jdr-server/jdr" "html/template" "log" "net/http" + + "homnomnom.fr/jdr-server/jdr" + + "github.com/gorilla/mux" ) var templates = template.Must(template.ParseGlob("templates/*.html"))