From b58c15d121095ef58f8fb1ac5d3a456e89baee2a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 20 Jan 2020 22:04:50 +0100 Subject: Extract Lua infrastructure into a plugin --- cmd/koushin/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd') diff --git a/cmd/koushin/main.go b/cmd/koushin/main.go index d22b404..4897dc9 100644 --- a/cmd/koushin/main.go +++ b/cmd/koushin/main.go @@ -13,6 +13,7 @@ import ( "github.com/labstack/gommon/log" _ "git.sr.ht/~emersion/koushin/plugins/base" + _ "git.sr.ht/~emersion/koushin/plugins/lua" ) func main() { -- cgit v1.2.3