Looks like cpath is set to empty by default (https://github.com/yuin/gopher-lua/blob/master/loadlib.go). This prevents gopher-lua from finding C modules. I was wondering if there is some good way to make gopher-lua search for modules written in C?
Thanks