fmt.Print
Prints the default representation of the given arguments using the standard
fmt.Print
function.Syntax
fmt.Print INPUT
Returns
string
Alias
print
{{ print "foo" }} → foo
{{ print "foo" "bar" }} → foobar
{{ print (slice 1 2 3) }} → [1 2 3]
Last updated:
March 5, 2025
:
content: Remove "related" array from function and method pages (2fcd21ee5)
Improve this page