aarzilli / golua

Go bindings for Lua C API - in progress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C source files not allowed when not using cgo: c-golua.c

ZhiqinYang opened this issue · comments

How can i use it with go1.4 ,it doesn't work help soon please !

golua uses cgo, if you can not use cgo for some reason there is a reimplementation of lua in pure go here: https://github.com/Shopify/go-lua