From 7f48702b83a62cccae67562ca2d07fafb274a3ef Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 16 Dec 2019 14:53:56 +0100 Subject: go fmt --- plugin_lua.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin_lua.go') diff --git a/plugin_lua.go b/plugin_lua.go index 55c1d10..b02752d 100644 --- a/plugin_lua.go +++ b/plugin_lua.go @@ -119,7 +119,7 @@ func (p *luaPlugin) SetRoutes(group *echo.Group) { } _, name := filepath.Split(filepath.Dir(p.filename)) - group.Static("/plugins/" + name + "/assets", filepath.Dir(p.filename) + "/public/assets") + group.Static("/plugins/"+name+"/assets", filepath.Dir(p.filename)+"/public/assets") } func (p *luaPlugin) Close() error { -- cgit v1.2.3-59-g8ed1b