Registry / utility / gopher-luar

gopher-luar

JSON →
library1.0.11gogounverified

Simplifies data passing between Go and gopher-lua scripts.

go get layeh.com/gopher-luar
INSTALL
IMPORT
SIG · GOPHER-LUAR
G
gopher-luar
utilitygov1.0.11
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.

luar
layeh.com/gopher-luar

Exposes a Go map to a gopher-lua state.

import "layeh.com/gopher-luar" func main() { L := lua.NewState() defer L.Close() L.SetGlobal("goMap", luar.New(L, map[string]int{"a": 1})) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.11latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
gopher-luar — go get gopher-luar · libregistry