diff options
Diffstat (limited to 'plugin.go')
-rw-r--r-- | plugin.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ import ( "github.com/labstack/echo/v4" ) -const pluginDir = "plugins" +// PluginDir is the path to the plugins directory. +const PluginDir = "plugins" // Plugin extends koushin with additional functionality. type Plugin interface { |