summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2024-06-17 14:28:27 +0600
committerunwox <me@unwox.com>2024-06-18 10:31:00 +0600
commit701d73e4a47964ea40100ab2f329ef1dcc0a6f83 (patch)
tree5b82a1f56922c8dc3cc79a329ad6f21f65649b64 /main.go
parentcae471d4bced5f7490cc18e86b50e51df64ddb7b (diff)
make it possible to push go functions onto the lua stack
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
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 {