Hey Guys, I'm trying to serialize `*lua.LState` using the gob encoder so I can store the state in leveldb I'm getting the following error: `runtime: goroutine stack exceeds 1000000000-byte limit` How can I serialize`*lua.LState` ?