parent
c91d7d52b8
commit
cc676d14ec
3
gui.go
3
gui.go
|
@ -14,10 +14,9 @@ const Xaxis = 0 // box that is horizontal
|
||||||
const Yaxis = 1 // box that is vertical
|
const Yaxis = 1 // box that is vertical
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
log.Println("gui.init() has been run")
|
log.Println("gui.init() REMOVE THIS init()")
|
||||||
|
|
||||||
Data.NodeMap = make(map[string]*Node)
|
Data.NodeMap = make(map[string]*Node)
|
||||||
|
|
||||||
Data.NodeSlice = make([]*Node, 0)
|
Data.NodeSlice = make([]*Node, 0)
|
||||||
|
|
||||||
Config.counter = 0
|
Config.counter = 0
|
||||||
|
|
Loading…
Reference in New Issue