GUI creates the ini file now and add layers

Signed-off-by: John Thornton <bjt128@gmail.com>
This commit is contained in:
John Thornton
2015-11-05 08:20:53 -06:00
parent 98ac4ba3c1
commit 90c48ae594
5 changed files with 127 additions and 82 deletions

View File

@ -153,7 +153,7 @@ func GetLayers(e []Ent){
}
layers = append(layers, e[i].G8)
}
fmt.Println(layers)
fmt.Println("Layers", layers)
}
func GetEndPoints (e []Ent) ([]Ent){