aarzilli / golua

Go bindings for Lua C API - in progress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Which branch to choose if I use Lua 5.3

davix opened this issue · comments

commented

Hi, my project is using Lua 5.3.
Should I choose lua5.3 branch, or master branch with "-tags lua53"?
Which branch will have latest bug fixing and more stable?

Thanks!

You should use the build tag (-tags lua53). Although at this point they are the same.

commented

Thanks @aarzilli for the reply!