arnodel / golua

A Lua compiler / runtime in Go
Apache License 2.0
86 stars 10 forks source link

os.date requires format arg #91

Closed TorchedSammy closed 1 year ago

TorchedSammy commented 2 years ago

when trying to run some code in golua i noticed that os.date requires the format to be added where as in lua it is optional