corpix / lua

Helpers around https://github.com/yuin/gopher-lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lua

Build Status

Helpers around https://github.com/yuin/gopher-lua

Examples

Here is a simple example which shows how to transform data from Lua:

$ go run ./examples/transform/transform.go
(map[string]interface {}) (len=1) {
 (string) (len=7) "how you": (string) (len=5) "doin?"
}
(map[interface {}]interface {}) (len=2) {
 (string) (len=7) "how you": (string) (len=5) "doin?",
 (string) (len=5) "hello": (string) (len=5) "world"
}

About

Helpers around https://github.com/yuin/gopher-lua

License:MIT License


Languages

Language:Go 91.2%Language:Makefile 7.8%Language:Nix 1.0%