lua

module
v0.0.0-...-69f0827 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2018 License: MIT

README

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"
}

Directories

Path Synopsis
examples
binding command
transform command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL