Registry / other / shopify-go-lua

shopify-go-lua

JSON →
library0.0.0-20250718183320-1e37f32ad7d0gogounverified

Package lua is a port of the Lua VM from lua.org from C to Go.

go get github.com/Shopify/go-lua
INSTALL
IMPORT
SIG · SHOPIFY-GO-LUA
S
shopify-go-lua
othergov0.0.0-20250718183320-1e37f32ad7d0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lua
github.com/Shopify/go-lua

Execute a Lua script from Go

package main import ( "github.com/Shopify/go-lua" ) func main() { l := lua.NewState() lua.OpenLibraries(l) if err := lua.DoString(l, `print("Hello from Lua!")`); err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20250718183320-1e37f32ad7d0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
shopify-go-lua — go get shopify-go-lua · libregistry