aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-}