From 7e1ecc4df44d20d2c9de1c8885ddc2c188062ef0 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Wed, 3 Jul 2024 12:36:05 +0200 Subject: Initial implementation of the gemtext template extension --- plugins.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plugins.go (limited to 'plugins.go') diff --git a/plugins.go b/plugins.go new file mode 100644 index 0000000..7a98baa --- /dev/null +++ b/plugins.go @@ -0,0 +1,7 @@ +// Package mediocrecaddyplugins is an index package which automatically imports +// and registers all plugins defined in this module. +package mediocrecaddyplugins + +import ( + _ "dev.mediocregopher.com/mediocre-caddy-plugins.git/http/handlers/templates/functions" +) -- cgit v1.2.3