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:
April 10, 2025
:
Merge commit '5be51ac3db225d5df501ed1fa1499c41d97dbf65' (283e97783)
Improve this page