println
Syntax
println INPUT
See the go doc for additional information. \n
denotes the linebreak but isn’t printed in the templates as seen below:
{{ println "foo" }} → "foo\n"
println INPUT
See the go doc for additional information. \n
denotes the linebreak but isn’t printed in the templates as seen below:
{{ println "foo" }} → "foo\n"