From 0674bd89b798f7512462402817c496e8a80ac3d4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 18 Jan 2024 00:12:59 -0600 Subject: move everything into seperate repos Signed-off-by: Jeff Carr --- nocui/main.go | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 nocui/main.go (limited to 'nocui/main.go') diff --git a/nocui/main.go b/nocui/main.go deleted file mode 100644 index 4b2b53b..0000000 --- a/nocui/main.go +++ /dev/null @@ -1,24 +0,0 @@ -package main - -/* - This is reference code for toolkit developers - - The 'nocui' is a bare minimum toolkit. It's all you need - to interact with the GUI -*/ - -import ( - "go.wit.com/log" - "go.wit.com/toolkits/tree" -) - -func init() { - log.Log(INFO, "Init()") - - me.myTree = tree.New() - me.myTree.PluginName = "nocui" - me.myTree.ActionFromChannel = doAction - - go simpleStdin() - log.Log(INFO, "Init() END") -} -- cgit v1.2.3