Implemented functions to recreate a 3 node graph

This commit is contained in:
pb
2024-04-19 16:13:41 +02:00
parent 07bf7193f4
commit 5e3049a083
2 changed files with 114 additions and 6 deletions

View File

@@ -39,7 +39,8 @@ func main() {
}
g.LoadFrom(list["test-alpr"])
g.ExportToArgo("test")
fmt.Print("stop")
fmt.Print("stop")
}