diff options
author | Brian Picciano <me@mediocregopher.com> | 2024-11-01 13:00:18 +0100 |
---|---|---|
committer | Brian Picciano <me@mediocregopher.com> | 2024-11-01 13:00:18 +0100 |
commit | cf6af6def1cac3fc6cd044c82282208b7073eb64 (patch) | |
tree | 64d6186b5e30e1125c1eff6fa1d86a379e3d3693 /plugins.go | |
parent | 246a99c28980e985bb4cff99042459bd5729cde1 (diff) |
Implement gemtext HTTP middleware
Diffstat (limited to 'plugins.go')
-rw-r--r-- | plugins.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,5 +3,6 @@ package mediocrecaddyplugins import ( + _ "dev.mediocregopher.com/mediocre-caddy-plugins.git/http/handlers" _ "dev.mediocregopher.com/mediocre-caddy-plugins.git/http/handlers/templates/functions" ) |