12 lines
128 B
Go
12 lines
128 B
Go
package main
|
|
|
|
import (
|
|
"platform/web/services"
|
|
)
|
|
|
|
func main() {
|
|
for range 12 {
|
|
println(services.ID.GenReadable("res"))
|
|
}
|
|
}
|