You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sprint formats using the default formats for its operands and returns the resulting string. Spaces are added between operands when neither is a string.
Println formats using the default formats for its operands and writes to standard output. Spaces are always added between operands and a newline is appended. It returns the number of bytes written and any write error encountered.
zap will print "aa"
fmt will print "a a"
The text was updated successfully, but these errors were encountered: