From 11c35e9305caa103372aa76778eda0cc086fbaba Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 13 Oct 2022 14:44:00 +0200 Subject: go fmt --- plugin_go.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugin_go.go') 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 -- cgit v1.2.3