NOTE: minor

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2021-11-04 08:45:20 -05:00
parent c91d7d52b8
commit cc676d14ec
1 changed files with 1 additions and 2 deletions

3
gui.go
View File

@ -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