diff options
| author | Jeff Carr <[email protected]> | 2021-11-04 08:45:20 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-11-04 08:45:20 -0500 |
| commit | d1dfd2b88ca783e0333ceed6a878ca088bfdb120 (patch) | |
| tree | 6014775f4acdb3d8415cfb8eba32886af6aa7b4f | |
| parent | f5fa56cddcd2bb50d7a37637d1e8e056bfeea113 (diff) | |
NOTE: minor
Signed-off-by: Jeff Carr <[email protected]>
| -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 |
