diff options
author | Simon Ser <contact@emersion.fr> | 2020-01-24 17:49:50 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-01-24 17:49:50 +0100 |
commit | bfc617b70267f299e3117eae33b5fd8f23e25500 (patch) | |
tree | 7f85ed17d33cd6eb7111f568fa0829aab76d4593 /plugins/lua | |
parent | 267999b6e5604a95bcd86417853d4569c7ec5b33 (diff) | |
download | alps-bfc617b70267f299e3117eae33b5fd8f23e25500.tar.gz alps-bfc617b70267f299e3117eae33b5fd8f23e25500.zip |
plugins/base: save message as draft
Diffstat (limited to 'plugins/lua')
-rw-r--r-- | plugins/lua/lua.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |