diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ func init() { me.myTree = tree.New() me.myTree.PluginName = "gocui" me.myTree.ActionFromChannel = action + // me.myTree.NodeAction = nodeaction // pluginChan = make(chan widget.Action) |
