1
0
Fork 0
hugo/docs/content/en/functions/fmt/Println.md

391 B

title description categories keywords params aliases
fmt.Println Prints the default representation of the given argument using the standard `fmt.Print` function and enforces a line break.
functions_and_methods
aliases returnType signatures
println
string
fmt.Println INPUT
/functions/println
{{ println "foo" }} → foo\n