mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-23 09:33:43 +00:00
copy config.yaml to docker image enable external usage of dashboard package gofmt fix comment use packr for assets add gobuffalo/packr dependency add dependencies fix pointer issues add output-file option
30 lines
217 B
Plaintext
30 lines
217 B
Plaintext
// comment
|
|
x "y" z
|
|
|
|
// block
|
|
block ( // block-eol
|
|
// x-before-line
|
|
|
|
"x" ( y // x-eol
|
|
"x1"
|
|
"x2"
|
|
// line
|
|
"x3"
|
|
"x4"
|
|
|
|
"x5"
|
|
|
|
// y-line
|
|
"y" // y-eol
|
|
|
|
"z" // z-eol
|
|
) // block-eol2
|
|
|
|
|
|
block2 (x
|
|
y
|
|
z
|
|
)
|
|
|
|
// eof
|