Browse Source

🚨 import order

master
n0m1s 6 years ago
parent
commit
b6e3c2f0ad
Signed by: nomis GPG Key ID: BC0454CAD76FE803
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      main.go

+ 4
- 2
main.go View File

@ -2,11 +2,13 @@ package main
import ( import (
//"fmt" //"fmt"
"github.com/gorilla/mux"
"homnomnom.fr/jdr-server/jdr"
"html/template" "html/template"
"log" "log"
"net/http" "net/http"
"homnomnom.fr/jdr-server/jdr"
"github.com/gorilla/mux"
) )
var templates = template.Must(template.ParseGlob("templates/*.html")) var templates = template.Must(template.ParseGlob("templates/*.html"))


Loading…
Cancel
Save