aboutsummaryrefslogtreecommitdiff
path: root/plugins.go
blob: 7a98baa221f892f6096d7e3b90e9b6a1f2433a09 (plain)
1
2
3
4
5
6
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"
)