diff options
author | 2020-05-13 14:07:44 +0200 | |
---|---|---|
committer | 2020-05-13 14:07:44 +0200 | |
commit | b891a95fcf4a3d4b64100911dae49fb28904a7fd (patch) | |
tree | fe07b29d6f2443047b7f740c79d86b3c499cc9e9 /plugin.go | |
parent | 4cf5ad68afd80f27512c464843b0d917182ef0c2 (diff) | |
download | alps-b891a95fcf4a3d4b64100911dae49fb28904a7fd.tar.gz alps-b891a95fcf4a3d4b64100911dae49fb28904a7fd.tar.bz2 alps-b891a95fcf4a3d4b64100911dae49fb28904a7fd.zip |
Rename project to alps
Diffstat (limited to 'plugin.go')
-rw-r--r-- | plugin.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -package koushin +package alps import ( "html/template" @@ -9,7 +9,7 @@ import ( // PluginDir is the path to the plugins directory. const PluginDir = "plugins" -// Plugin extends koushin with additional functionality. +// Plugin extends alps with additional functionality. type Plugin interface { // Name should return the plugin name. Name() string |