lua2go
lua2go copied to clipboard
Easy access to your Go (Golang) modules from Lua and NGINX!
extern GoString getItem(GoString p0, GoString p1, GoString p2, GoString p3, GoString p4, GoString p5); param is string why report this mistake ? What should I do?
func Obj() func() { return func() { print("aa") } } 类似这样的一个go函数,如何让lua 调用
Hi, I use it in Openresty. My lua code calls a Go method via `lua2go` that internally calls other remote database server. Initially this Go method was running as separate...