fmt.Println
Prints the default representation of the given argument using the standard
fmt.Print function and enforces a line break.Syntax
fmt.Println INPUT
Returns
string
Alias
println
{{ println "foo" }} → foo\n
{{ println "foo" "bar" }} → foo bar\nLast updated:
December 19, 2025
:
Merge commit '08e1ea5c709d3d49bdc3ce3c21e8fa05a33150d0' (7e1a08e54)
Improve this page