在go中使用lua示例, 基于gopher-lua!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

8 lines
140 B

module luaInGo
go 1.14
require (
github.com/vadv/gopher-lua-libs v0.1.0
github.com/yuin/gopher-lua v0.0.0-20200603152657-dc2b0ca8b37e
)