diff options
| author | Samuel Johnson <[email protected]> | 2025-12-11 03:54:27 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-12-11 03:54:27 -0500 |
| commit | 154e2a5417bca37cd7474f4e16fd8901844e473f (patch) | |
| tree | 871e1e81a00ee670bb55a9cd4395093416431770 | |
| parent | d8be5d4de062da335e33a30c5e514efe250c120f (diff) | |
Unescape HTML in a different way
| -rw-r--r-- | cmd/web/handlers/export.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/web/handlers/export.go b/cmd/web/handlers/export.go index 96ba68d..d1295a0 100644 --- a/cmd/web/handlers/export.go +++ b/cmd/web/handlers/export.go @@ -1,7 +1,6 @@ package handlers import ( - "bytes" "database/sql" "encoding/xml" "log" |
