From 701d73e4a47964ea40100ab2f329ef1dcc0a6f83 Mon Sep 17 00:00:00 2001 From: unwox Date: Mon, 17 Jun 2024 14:28:27 +0600 Subject: make it possible to push go functions onto the lua stack --- main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'main.go') diff --git a/main.go b/main.go index 6c993fb..793928d 100644 --- a/main.go +++ b/main.go @@ -55,6 +55,7 @@ func main() { go wrk.Listen() defer wrk.Stop() } + go func () { reader := bufio.NewReader(os.Stdin) for { -- cgit v1.2.3