This commit is contained in:
Alexander Pivkin 2025-09-05 16:16:41 +03:00
parent c271101ef1
commit 5e96e09dc0

View File

@ -23,5 +23,7 @@ func main() {
log.Fatal("Cannot list pools")
}
fmt.Printf("Pools: %v\n",poolnames)
for i,j := range poolnames {
fmt.Printf("%d %s",i,j)
}
}