summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index 3f8cad8..8a1c87e 100644
--- a/main.go
+++ b/main.go
@@ -20,6 +20,10 @@ func main() {
log.Fatal(err)
}
+ // for path := range []string{c.Dirs.Static, c.Repo.ScanPath, c.Dirs.Templates} {
+ // Unveil(path, "r")
+ // }
+
mux := routes.Handlers(c)
addr := fmt.Sprintf("%s:%d", c.Server.Host, c.Server.Port)
log.Println("starting server on", addr)