aboutsummaryrefslogtreecommitdiff
path: root/plugin_go.go
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-12-06 16:01:38 +0100
committerAlex Auvolat <alex@adnab.me>2022-12-06 16:01:38 +0100
commit832c17a3a9f6277e7921f4e811401d5478755ff9 (patch)
treee5e2b0bd1d0337937a0ce5f207ba2523df7c332c /plugin_go.go
parente045227527de36cdbb954e00a4cf8de041a25828 (diff)
parentf01fbcbc48db5e65d69a0ebd9d7cb0deb378cf13 (diff)
downloadalps-832c17a3a9f6277e7921f4e811401d5478755ff9.tar.gz
alps-832c17a3a9f6277e7921f4e811401d5478755ff9.zip
Merge branch 'master' into deuxfleurs
Diffstat (limited to 'plugin_go.go')
-rw-r--r--plugin_go.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin_go.go b/plugin_go.go
index d52a5a5..3e87755 100644
--- a/plugin_go.go
+++ b/plugin_go.go
@@ -69,9 +69,9 @@ type goPluginRoute struct {
//
// Use this struct to define your plugin, then call RegisterPluginLoader:
//
-// p := GoPlugin{Name: "my-plugin"}
-// // Define routes, template functions, etc
-// alps.RegisterPluginLoader(p.Loader())
+// p := GoPlugin{Name: "my-plugin"}
+// // Define routes, template functions, etc
+// alps.RegisterPluginLoader(p.Loader())
type GoPlugin struct {
Name string