mirror of https://github.com/Hilbis/Hilbish
4 lines
80 B
Go
4 lines
80 B
Go
|
package moonlight
|
||
|
|
||
|
type GoToLuaFunc func(mlr *Runtime, c *GoCont) (Cont, error)
|