aboutsummaryrefslogtreecommitdiff
path: root/static.go
diff options
context:
space:
mode:
Diffstat (limited to 'static.go')
-rw-r--r--static.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/static.go b/static.go
deleted file mode 100644
index 11f0fc6..0000000
--- a/static.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package main
-
-import "net/http"
-
-func init() {
- //http.Handle("/static/", http.StripPrefix("/static/", http.FileServer(http.Dir("static"))))
- http.Handle("/static/", http.FileServer(http.Dir("assets")))
-}