aboutsummaryrefslogtreecommitdiff
path: root/plugins.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins.go')
-rw-r--r--plugins.go7
1 files changed, 7 insertions, 0 deletions
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"
+)