2025-08-26 06:25:00 -07:00

431 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
{{ println "foo" "bar" }} → foo bar\n