aboutsummaryrefslogtreecommitdiff
path: root/plugin_go.go
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-10-13 14:44:00 +0200
committerSimon Ser <contact@emersion.fr>2022-10-13 14:44:00 +0200
commit11c35e9305caa103372aa76778eda0cc086fbaba (patch)
treedb37de6b07dbcbf3ce234086fe2a48a63195e0f2 /plugin_go.go
parent47e08a196b6cc9280ba102d8733cb54199083d02 (diff)
downloadalps-11c35e9305caa103372aa76778eda0cc086fbaba.tar.gz
alps-11c35e9305caa103372aa76778eda0cc086fbaba.zip
go fmt
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