This website works better with JavaScript.
Home
Help
Sign In
nomis
/
jdr-server
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
🚨
import order
master
n0m1s
6 years ago
parent
4da3bcdadb
commit
b6e3c2f0ad
Signed by:
nomis
GPG Key ID:
BC0454CAD76FE803
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
main.go
+ 4
- 2
main.go
View File
@ -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"
)
)
Write
Preview
Loading…
Cancel
Save