Shopify/go-lua

How to call go function on lua scripts?

imiskolee opened this issue · 2 comments

Hi, I want call go function on LUA scripts.like:

func QueryData(sql string) map[string]string

@frioux thanks!