df
This commit is contained in:
parent
c271101ef1
commit
5e96e09dc0
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user