Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
7f1fc0890f |
1 changed files with 1 additions and 1 deletions
2
pkg.go
2
pkg.go
|
@ -38,7 +38,7 @@ func (l *LUA) GetStructFromLUA(ltable gopherLua.LValue, strct any) (err error) {
|
|||
return
|
||||
}
|
||||
|
||||
func (l *LUA) GetJSONromLUA(ltable gopherLua.LValue) (j []byte) {
|
||||
func (l *LUA) GetJSONFromLUA(ltable gopherLua.LValue) (j []byte) {
|
||||
j, _ = luaJSON.Encode(ltable)
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue