summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-10 12:40:41 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-10 12:40:41 +0000
commitc994f479e04ad682e0995abff37af1e3d3749f65 (patch)
treec94138e66b4fdb21f322c5a3f2cc9fc0064afdb3
parentc3df229e32a0a50ce4c7b6994e2ed01d6be1e13c (diff)
Adds missing import
-rw-r--r--cmd/web/handlers.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/web/handlers.go b/cmd/web/handlers.go
index 6456e96..667c38b 100644
--- a/cmd/web/handlers.go
+++ b/cmd/web/handlers.go
@@ -2,7 +2,6 @@ package main
import (
"fmt"
- "log"
"net/http"
"text/template"
)