fmt.Println
Returns the default string representation of the given arguments, followed by a line break.
- Syntax
- fmt.Println INPUT
- Returns
- string
- Alias
- println
{{ println "foo" }} → foo\n
{{ println "foo" "bar" }} → foo bar\nLast updated:
September 11, 2026
:
content: Comply with function/method description guidance in style guide (76fa3fc9e)
Improve this page