blob: fd16169cf85f792b1cad5f6cb0ef311860b1cf38 (
plain)
1
2
3
4
5
6
7
8
|
// 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"
_ "dev.mediocregopher.com/mediocre-caddy-plugins.git/http/handlers/templates/functions"
)
|