aboutsummaryrefslogtreecommitdiff
path: root/http/handlers/handlers.go
diff options
context:
space:
mode:
authorBrian Picciano <me@mediocregopher.com>2024-11-01 13:00:18 +0100
committerBrian Picciano <me@mediocregopher.com>2024-11-01 13:00:18 +0100
commitcf6af6def1cac3fc6cd044c82282208b7073eb64 (patch)
tree64d6186b5e30e1125c1eff6fa1d86a379e3d3693 /http/handlers/handlers.go
parent246a99c28980e985bb4cff99042459bd5729cde1 (diff)
Implement gemtext HTTP middleware
Diffstat (limited to 'http/handlers/handlers.go')
-rw-r--r--http/handlers/handlers.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/http/handlers/handlers.go b/http/handlers/handlers.go
new file mode 100644
index 0000000..c6ded57
--- /dev/null
+++ b/http/handlers/handlers.go
@@ -0,0 +1,2 @@
+// Package handlers implements extra HTTP middlewares.
+package handlers