Closed imiskolee closed 5 years ago
Hi, I want call go function on LUA scripts.like:
func QueryData(sql string) map[string]string
docs are here: https://godoc.org/github.com/Shopify/go-lua#SetFunctions
@frioux thanks!
Hi, I want call go function on LUA scripts.like:
func QueryData(sql string) map[string]string