aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-04-28 23:55:05 -0400
committerSamuel Johnson <[email protected]>2025-04-28 23:55:05 -0400
commit46cdc7254109aaebf6e8b629cbd8ecb46c7ad21b (patch)
treefc36c605fc7af6600284933c832977844eff2d51
parent9740fa9899a48837adbdb3877256a655fdca41a7 (diff)
Remove old context system
-rw-r--r--cmd/web/handlers/context.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmd/web/handlers/context.go b/cmd/web/handlers/context.go
deleted file mode 100644
index 7df2915..0000000
--- a/cmd/web/handlers/context.go
+++ /dev/null
@@ -1,5 +0,0 @@
-package handlers
-
-type HandlerContext struct {
- Webmaster string
-}