This commit is contained in:
Alexander Pivkin 2025-09-05 16:17:09 +03:00
parent 5e96e09dc0
commit 45d9a8ea83

View File

@ -24,6 +24,6 @@ func main() {
}
for i,j := range poolnames {
fmt.Printf("%d %s",i,j)
fmt.Printf("%d %s\n",i,j)
}
}