summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-27 09:03:29 -0600
committerJeff Carr <[email protected]>2024-01-27 09:03:29 -0600
commita32edd610a8bde4e9528809e008ecd14bf433af3 (patch)
tree3471e90ba1d76ee6b273696044485e1e73a23d82 /main.go
parentdf97de0eb413297cd2aead322e46b80bcac8eaa6 (diff)
nocui works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index b595ecb..8c0c787 100644
--- a/main.go
+++ b/main.go
@@ -21,7 +21,7 @@ func init() {
log.Log(INFO, "Init() END")
- simpleStdin()
+ go simpleStdin()
}
// this must be defined for plugin's, but is never run