go install github.com/vadv/gopher-lua-libs/cmd/glua-libs@latest glua-libs example.lua This example shows basic usage of this libs in your code packagemainimport("log""flag""os"lua"github.com/yuin/gopher-lua"libs"github.com/vadv/gopher-lua-libs")var(exec=flag.String("execute","","...