mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-08 07:17:12 +02:00
5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
{
|
|
foo: [
|
|
std.parseInt("-123949595") for i in std.range(0,100)
|
|
],
|
|
} |