aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-12-11 03:09:47 -0500
committerSamuel Johnson <[email protected]>2025-12-11 03:09:47 -0500
commit39ee791d598401ec3c1a01e511253625cfb709c3 (patch)
tree0065ebf16ecdc0b6cf790475a0d5087db91edebd
parenta7f985d6ac0a0b4d4162716476effa9842b95442 (diff)
Remove unused import
-rw-r--r--cmd/web/handlers/export.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/web/handlers/export.go b/cmd/web/handlers/export.go
index ab9d824..23bb480 100644
--- a/cmd/web/handlers/export.go
+++ b/cmd/web/handlers/export.go
@@ -7,7 +7,6 @@ import (
"net/http"
"strconv"
"strings"
- "time"
"golang.org/x/net/html"