aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_go.go
diff options
context:
space:
mode:
authorLibravatarLibravatar Simon Ser <[email protected]> 2020-05-13 14:07:44 +0200
committerLibravatarLibravatar Simon Ser <[email protected]> 2020-05-13 14:07:44 +0200
commitb891a95fcf4a3d4b64100911dae49fb28904a7fd (patch)
treefe07b29d6f2443047b7f740c79d86b3c499cc9e9 /plugin_go.go
parent4cf5ad68afd80f27512c464843b0d917182ef0c2 (diff)
downloadalps-b891a95fcf4a3d4b64100911dae49fb28904a7fd.tar.gz
alps-b891a95fcf4a3d4b64100911dae49fb28904a7fd.tar.bz2
alps-b891a95fcf4a3d4b64100911dae49fb28904a7fd.zip
Rename project to alps
Diffstat (limited to 'plugin_go.go')
-rw-r--r--plugin_go.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin_go.go b/plugin_go.go
index c0f0425..d52a5a5 100644
--- a/plugin_go.go
+++ b/plugin_go.go
@@ -1,4 +1,4 @@
-package koushin
+package alps
import (
"html/template"
@@ -71,7 +71,7 @@ type goPluginRoute struct {
//
// p := GoPlugin{Name: "my-plugin"}
// // Define routes, template functions, etc
-// koushin.RegisterPluginLoader(p.Loader())
+// alps.RegisterPluginLoader(p.Loader())
type GoPlugin struct {
Name string