diff options
| author | unwox <me@unwox.com> | 2024-06-17 14:28:27 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-06-18 10:31:00 +0600 |
| commit | 701d73e4a47964ea40100ab2f329ef1dcc0a6f83 (patch) | |
| tree | 5b82a1f56922c8dc3cc79a329ad6f21f65649b64 /main.go | |
| parent | cae471d4bced5f7490cc18e86b50e51df64ddb7b (diff) | |
make it possible to push go functions onto the lua stack
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ func main() { go wrk.Listen() defer wrk.Stop() } + go func () { reader := bufio.NewReader(os.Stdin) for { |
