mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 08:32:24 +00:00
delete useless comment
This commit is contained in:
@@ -17,7 +17,6 @@ func ConvertLuaTypesToGolang(value lua.LValue) any {
|
|||||||
case lua.LTTable:
|
case lua.LTTable:
|
||||||
tbl := value.(*lua.LTable)
|
tbl := value.(*lua.LTable)
|
||||||
|
|
||||||
// Попробуем как массив
|
|
||||||
var arr []any
|
var arr []any
|
||||||
isArray := true
|
isArray := true
|
||||||
tbl.ForEach(func(key, val lua.LValue) {
|
tbl.ForEach(func(key, val lua.LValue) {
|
||||||
|
|||||||
Reference in New Issue
Block a user