diff options
| -rwxr-xr-x | gui-example/gui-example | bin | 0 -> 3144504 bytes | |||
| -rw-r--r-- | gui.go | 3 |
2 files changed, 1 insertions, 2 deletions
diff --git a/gui-example/gui-example b/gui-example/gui-example Binary files differnew file mode 100755 index 0000000..e613bfc --- /dev/null +++ b/gui-example/gui-example @@ -14,10 +14,9 @@ const Xaxis = 0 // box that is horizontal const Yaxis = 1 // box that is vertical func init() { - log.Println("gui.init() has been run") + log.Println("gui.init() REMOVE THIS init()") Data.NodeMap = make(map[string]*Node) - Data.NodeSlice = make([]*Node, 0) Config.counter = 0 |
