module
Version:
v0.0.0-...-69f0827
Opens a new window with list of versions in this module.
Published: Feb 20, 2018
License: MIT
Opens a new window with license information.
README
¶
lua

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
¶
examples
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.