aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 8036ddd..3552cba 100644
--- a/main.go
+++ b/main.go
@@ -25,7 +25,7 @@ func main() {
if err != nil {
clog.Fatal(1, "Loading templates: "+err.Error())
}
-
+
err = serve_static()
if err != nil {
clog.Fatal(1, "Serving static: "+err.Error())