aboutsummaryrefslogtreecommitdiff
path: root/plugin_go.go
diff options
context:
space:
mode:
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