diff options
author | Simon Ser <contact@emersion.fr> | 2022-10-13 14:44:00 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-10-13 14:44:00 +0200 |
commit | 11c35e9305caa103372aa76778eda0cc086fbaba (patch) | |
tree | db37de6b07dbcbf3ce234086fe2a48a63195e0f2 /plugin_go.go | |
parent | 47e08a196b6cc9280ba102d8733cb54199083d02 (diff) | |
download | alps-11c35e9305caa103372aa76778eda0cc086fbaba.tar.gz alps-11c35e9305caa103372aa76778eda0cc086fbaba.zip |
go fmt
Diffstat (limited to 'plugin_go.go')
-rw-r--r-- | plugin_go.go | 6 |
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 |