summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/main.go b/main.go
index 5f23297..b595ecb 100644
--- a/main.go
+++ b/main.go
@@ -20,8 +20,11 @@ func init() {
me.myTree.ActionFromChannel = doAction
log.Log(INFO, "Init() END")
+
+ simpleStdin()
}
+// this must be defined for plugin's, but is never run
+// I assume it's for testing the code in a stand alone way
func main() {
- simpleStdin()
}