Discover Packages
github.com/troublete/go-boon
addons
package
Version:
v0.0.0-...-bdbd220
Opens a new window with list of versions in this module.
Published: Dec 4, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func GoToLua(l *lua .State , data interface{})
Converts a Go value to a Lua value (sets it up in the lua.State) to be used
directly. Used in JSON decoding.
@see generic.JSON
func LuaToGo(l *lua .State ) map[interface{}]interface{}
Converts a Lua table (off of the top of the stack) to a Go value. To be
used to easily convert a provided table argument to a registered function
@see generic.HttpClient
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.