2025-04-10 13:04:51 +02:00

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