Skip to content

Commit 49eb520

Browse files
committed
Add bit to preload plugins
Signed-off-by: Dusan Borovcanin <[email protected]>
1 parent 5105462 commit 49eb520

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin/preload.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"github.com/vadv/gopher-lua-libs/argparse"
55
"github.com/vadv/gopher-lua-libs/aws/cloudwatch"
66
"github.com/vadv/gopher-lua-libs/base64"
7+
"github.com/vadv/gopher-lua-libs/bit"
78
"github.com/vadv/gopher-lua-libs/cert_util"
89
"github.com/vadv/gopher-lua-libs/chef"
910
"github.com/vadv/gopher-lua-libs/cmd"
@@ -74,4 +75,5 @@ func PreloadAll(L *lua.LState) {
7475
xmlpath.Preload(L)
7576
yaml.Preload(L)
7677
zabbix.Preload(L)
78+
bit.Preload(L)
7779
}

0 commit comments

Comments
 (0)