From bfc617b70267f299e3117eae33b5fd8f23e25500 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 24 Jan 2020 17:49:50 +0100 Subject: plugins/base: save message as draft --- plugins/lua/lua.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/lua/lua.go') diff --git a/plugins/lua/lua.go b/plugins/lua/lua.go index bbc5c39..d236702 100644 --- a/plugins/lua/lua.go +++ b/plugins/lua/lua.go @@ -5,10 +5,10 @@ import ( "html/template" "path/filepath" + "git.sr.ht/~emersion/koushin" "github.com/labstack/echo/v4" "github.com/yuin/gopher-lua" "layeh.com/gopher-luar" - "git.sr.ht/~emersion/koushin" ) type luaRoute struct { -- cgit v1.2.3-59-g8ed1b